Skip to content

Commit 4fe3f2f

Browse files
committed
chore: dependencies update
1 parent 7fab03a commit 4fe3f2f

File tree

4 files changed

+385
-427
lines changed

4 files changed

+385
-427
lines changed

.gitignore

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,46 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

3-
# compiled output
3+
# Compiled output
44
/dist
55
/tmp
66
/out-tsc
7-
# Only exists if Bazel was run
87
/bazel-out
98

10-
# dependencies
9+
# Node
1110
/node_modules
11+
npm-debug.log
12+
yarn-error.log
1213

1314
# profiling files
1415
chrome-profiler-events*.json
1516
speed-measure-plugin*.json
1617

1718
# IDEs and editors
18-
.idea
19+
.idea/
1920
.project
2021
.classpath
2122
.c9/
2223
*.launch
2324
.settings/
2425
*.sublime-workspace
2526

26-
# IDE - VSCode
27+
# Visual Studio Code
2728
.vscode/*
2829
!.vscode/settings.json
2930
!.vscode/tasks.json
3031
!.vscode/launch.json
3132
!.vscode/extensions.json
3233
.history/*
3334

34-
# misc
35+
# Miscellaneous
3536
/.angular/cache
36-
/.sass-cache
37+
.sass-cache/
3738
/connect.lock
3839
/coverage
3940
/libpeerconnection.log
40-
npm-debug.log
41-
yarn-error.log
4241
testem.log
4342
/typings
4443

45-
# System Files
44+
# System files
4645
.DS_Store
4746
Thumbs.db

0 commit comments

Comments
 (0)