Skip to content

Commit

Permalink
gitignore remove node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Trappitt Mac committed Feb 8, 2016
1 parent aa29ff9 commit 3b0ba7c
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
_node_modules
# 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

# 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)
build/Release

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

#drone secrets
secrets.yml

0 comments on commit 3b0ba7c

Please sign in to comment.