Skip to content

Commit

Permalink
vinitshahdeo#12 .gitignore is missing. Adding .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisney Cardeal committed Oct 28, 2019
1 parent 364bfa6 commit 88ce8cb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.idea
.vscode/
dist/
build/
logs/
node_modules/
jspm_packages/
typings/
lib-cov/
coverage/
bower_components/
.env
.DS_Store
.nyc_output
.grunt
.lock-wscript
.npm
.eslintcache
.node_repl_history
.yarn-integrity
.next
.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
*.pid
*.seed
*.pid.lock
*.tgz

0 comments on commit 88ce8cb

Please sign in to comment.