2014-01-03 02:02:57 +01:00
|
|
|
# Semi-general patterns
|
|
|
|
|
|
|
|
## Logs
|
|
|
|
logs
|
2010-11-09 00:18:45 +01:00
|
|
|
*.log
|
2014-01-03 02:02:57 +01:00
|
|
|
|
|
|
|
## Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
## Run / build output
|
|
|
|
results
|
2010-11-09 00:18:45 +01:00
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.gz
|
|
|
|
|
2014-01-07 11:27:32 +01:00
|
|
|
# Code coverage patterns
|
2014-01-03 02:02:57 +01:00
|
|
|
|
2014-01-07 11:27:32 +01:00
|
|
|
## Directory for coverage-hooked libs generated by jscoverage/JSCover
|
2014-01-03 02:02:57 +01:00
|
|
|
lib-cov
|
|
|
|
|
2014-01-07 11:27:32 +01:00
|
|
|
## Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
2014-01-07 11:33:15 +01:00
|
|
|
# Other popular tool patterns
|
|
|
|
|
|
|
|
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# NodeJS patterns
|
2011-05-30 03:47:07 +02:00
|
|
|
|
2014-01-07 10:49:40 +01:00
|
|
|
## Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
2014-01-07 10:37:13 +01:00
|
|
|
## Dependency directory
|
|
|
|
## Deployed apps should consider commenting this line out:
|
|
|
|
## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
2013-10-06 14:40:01 +02:00
|
|
|
node_modules
|