Skip to content

Commit

Permalink
Merge pull request #14 from birtony/issue#13
Browse files Browse the repository at this point in the history
Initial commit for .gitignore
  • Loading branch information
humphd committed Nov 2, 2019
2 parents 025b599 + cadaf34 commit 7ae61a7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# dependencies
node_modules/

# testing
coverage

# production
build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.vscode/

npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.env
**id_rsa
/config-files/*
!/config-files/.gitkeep
*.exe
*.obj
*.o

0 comments on commit 7ae61a7

Please sign in to comment.