Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
chore: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Sep 18, 2018
1 parent d994743 commit 1fc5fb7
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
@@ -0,0 +1,56 @@
# Logs
logs
*.log
npm-debug.log*
lerna-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

# nyc test coverage
.nyc_output

# vscode
.vscode

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

# node-waf configuration
.lock-wscript

# Build results
app.js

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

# Dependency directories
node_modules
jspm_packages

# Generated doc directory
doc
docs

# Optional npm cache directory
.npm

# Mac OS X local settings
.DS_Store
.tags
bundle.min.js

# Build
dist

# Microsoft Visual Studio settings
.vs

0 comments on commit 1fc5fb7

Please sign in to comment.