Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhifeng committed Jul 22, 2014
1 parent 1f705c0 commit d8998fb
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
.idea
test

# https://github.com/github/gitignore/blob/master/Node.gitignore
# 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

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Commenting this out is preferred by some people, see
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
test

# Users Environment Variables
.lock-wscript

0 comments on commit d8998fb

Please sign in to comment.