Skip to content

Commit 591f59f

Browse files
committed
chore: update .gitignore
1 parent 1fe6eb1 commit 591f59f

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

.gitignore

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22
#
33
.DS_Store
44

5-
# node.js
6-
#
7-
node_modules/
8-
npm-debug.log
5+
build
6+
node_modules
7+
npm-debug.log
8+
package-lock.json
9+
10+
.DS_Store
11+
.cache
12+
.vscode
13+
.idea
14+
.snap
15+
.env
16+
17+
*.bak
18+
*.tem
19+
*.temp
20+
#.swp
21+
*.*~
22+
~*.*
23+
24+
# IDEA
25+
*.iml
26+
*.ipr
27+
*.iws

0 commit comments

Comments
 (0)