meteorite/.gitignore

26 lines
322 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
2020-01-21 01:05:34 +03:00
# meta
git-hash.txt
.env
2020-01-21 01:05:34 +03:00
2018-10-27 01:48:00 +03:00
# 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*