Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mavisland committed Jun 20, 2024
1 parent 3260a4c commit bfec7a0
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
## Node.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules

## OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
Expand All @@ -13,18 +27,7 @@ ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# ignore node dependency directories
node_modules/

# ignore log files and databases
*.log
*.sql
*.sqlite

# Editor configs
.idea/

# Project-specific
## Project-specific
build/
public/
*.map

0 comments on commit bfec7a0

Please sign in to comment.