Skip to content

Commit

Permalink
added vscode and webstorm config to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Keith committed Jan 28, 2018
1 parent 31cf090 commit 9c19881
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,34 @@
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# 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 directories
node_modules
jspm_packages
bower_components

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Sublime
*.sublime-workspace

# Temp
temp
/.vscode/settings.json
.idea

0 comments on commit 9c19881

Please sign in to comment.