meteorite/.gitignore

22 lines
296 B
Plaintext
Raw Normal View History

2018-10-27 01:48:00 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production
/build
# misc
2018-10-26 07:05:14 +03:00
.DS_Store
2018-10-27 01:48:00 +03:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*