b9af86f875
Change-Id: I83397a517a188240a9f8af17951522d287d81c5e
41 lines
440 B
Plaintext
41 lines
440 B
Plaintext
# 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
|
|
|