You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
440 B
41 lines
440 B
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Test reporting directories used by zuul
|
|
cover
|
|
reports
|
|
|
|
# Project output directories
|
|
package
|
|
dist
|
|
www
|
|
build
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
bower_components
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# IDE files
|
|
*.iml
|
|
.idea
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
|