21 lines
157 B
Text
21 lines
157 B
Text
|
# Created by http://www.gitignore.io
|
||
|
|
||
|
### Node ###
|
||
|
lib-cov
|
||
|
lcov.info
|
||
|
*.seed
|
||
|
*.log
|
||
|
*.csv
|
||
|
*.dat
|
||
|
*.out
|
||
|
*.pid
|
||
|
*.gz
|
||
|
|
||
|
pids
|
||
|
logs
|
||
|
results
|
||
|
build
|
||
|
.grunt
|
||
|
|
||
|
node_modules
|