scouttracker/.gitignore

22 lines
286 B
Plaintext
Raw Permalink Normal View History

2017-07-01 18:36:21 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production
2017-07-20 22:44:22 +00:00
#/build
2017-07-01 18:36:21 +00:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*