Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 5, 2021
1 parent 1fe6eb1 commit 591f59f
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
build
node_modules
npm-debug.log
package-lock.json

.DS_Store
.cache
.vscode
.idea
.snap
.env

*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

# IDEA
*.iml
*.ipr
*.iws

0 comments on commit 591f59f

Please sign in to comment.