36 lines
315 B
Plaintext
36 lines
315 B
Plaintext
|
# Created by http://www.gitignore.io
|
||
|
|
||
|
### OSX ###
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Icon must ends with two \r.
|
||
|
Icon
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear on external disk
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
|
||
|
|
||
|
### Node ###
|
||
|
lib-cov
|
||
|
*.seed
|
||
|
*.log
|
||
|
*.csv
|
||
|
*.dat
|
||
|
*.out
|
||
|
*.pid
|
||
|
*.gz
|
||
|
|
||
|
pids
|
||
|
logs
|
||
|
results
|
||
|
build
|
||
|
|
||
|
node_modules
|
||
|
|