Update gitignore list

Change-Id: I9f49fd1926869a85179766f77213d2aaf6892bcb
This commit is contained in:
Yujun Zhang 2016-11-03 13:44:00 +08:00
parent 1fab1e572e
commit c2cc0eac5d
2 changed files with 45 additions and 16 deletions

53
.gitignore vendored
View File

@ -1,22 +1,45 @@
*.iml
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
./dist
.DS_Store
.idea
.node_repl_history
.npm
bower_components
cover
dist
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
logs
node_modules
npm-debug.log
package
pids
# Test reporting directories used by zuul
cover
reports
# Project output directories
package
dist
www
doc/build
build
doc/source/jsdoc
*-compiled.js
*.js.map
*.tgz
.vagrant
# Dependency directories
node_modules
bower_components
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Dev Environment Excludes
*.iml
.idea
clouds.yaml
# OS-specific
.DS_Store

View File

@ -20,6 +20,11 @@ package
dist
www
build
doc/source/jsdoc
*-compiled.js
*.js.map
*.tgz
.vagrant
# Dependency directories
node_modules
@ -31,9 +36,10 @@ bower_components
# Optional REPL history
.node_repl_history
# IDE files
# Dev Environment Excludes
*.iml
.idea
clouds.yaml
# OS-specific
.DS_Store