40 lines
472 B
Text
40 lines
472 B
Text
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/build
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
npm-debug.log
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
|
||
|
# Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
|
||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||
|
lib-cov
|
||
|
|
||
|
# Coverage directory used by tools like istanbul
|
||
|
coverage
|
||
|
|
||
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||
|
build/Release
|
||
|
.eslintcache
|
||
|
|
||
|
# OSX
|
||
|
.DS_Store
|
||
|
|
||
|
# App packaged
|
||
|
release
|
||
|
dist
|
||
|
dll
|