Skip to content

Commit e741cab

Browse files
committedJan 10, 2022
chore: bump deps
1 parent 88dc262 commit e741cab

File tree

4 files changed

+3016
-4108
lines changed

4 files changed

+3016
-4108
lines changed
 

‎.gitignore

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
# OS #
2+
###################
3+
.DS_Store
4+
.idea
5+
Thumbs.db
6+
tmp/
7+
temp/
8+
9+
10+
# Node.js #
11+
###################
112
node_modules
13+
14+
15+
# NYC #
16+
###################
217
coverage
18+
*.lcov
319
.nyc_output
4-
.idea
20+
21+
22+
# Files #
23+
###################
524
*.log

0 commit comments

Comments
 (0)
Please sign in to comment.