Skip to content

Commit

Permalink
Updated gitignore with VSCode out folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandersen committed Jan 3, 2016
1 parent 22e55c5 commit ed86b31
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,2 @@
# 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

# node-waf configuration
.lock-wscript

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

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
out
node_modules

0 comments on commit ed86b31

Please sign in to comment.