added node.js ignores
This commit is contained in:
parent
d03d8180a7
commit
4dc5bb02eb
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||||
|
|
||||||
|
lib-cov
|
||||||
|
*.seed
|
||||||
|
*.log
|
||||||
|
*.csv
|
||||||
|
*.dat
|
||||||
|
*.out
|
||||||
|
*.pid
|
||||||
|
*.gz
|
||||||
|
|
||||||
|
pids
|
||||||
|
logs
|
||||||
|
results
|
||||||
|
build
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# extras
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
.project
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user