Skip to content

Commit

Permalink
ci: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 15, 2023
1 parent a4bd8a6 commit 784c802
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ gen
# Logs
logs
*.log
npm-debug.log*

node_modules
build
coverage
node_modules
npm-debug.log*
package-lock.json
__snapshots__

.eslintcache
.DS_Store
.cache
.vscode

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

0 comments on commit 784c802

Please sign in to comment.