jose/.gitignore
2019-03-19 19:08:37 +01:00

42 lines
633 B
Text

# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
node
build/Release
# Dependency directory and lockfiles
node_modules
yarn.lock
npm-shrinkwrap.json
package-lock.json
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# TODOs
TODO*.md
.nvmrc