Skip to content

Commit

Permalink
Adding .gitignore file (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Necromos committed Feb 14, 2019
1 parent 12b25c6 commit 8464343
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# package directories
/node_modules/
jspm_packages
build
coverage
.nyc_output
coverage
.coverage-cache

*.log
.DS_STORE
.vscode

# Serverless directories
.serverless
.eslintcache

0 comments on commit 8464343

Please sign in to comment.