caremyway-client/.gitignore

22 lines
285 B
Plaintext
Raw Normal View History

2017-08-29 21:29:44 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
2017-08-24 03:10:45 +00:00
2017-08-29 21:29:44 +00:00
# dependencies
/node_modules
2017-08-24 03:10:45 +00:00
2017-08-29 21:29:44 +00:00
# testing
/coverage
2017-08-24 03:10:45 +00:00
2017-08-29 21:29:44 +00:00
# production
/build
2017-08-24 03:10:45 +00:00
2017-08-29 21:29:44 +00:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2017-08-24 03:10:45 +00:00
2017-08-29 21:29:44 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*