commons/.gitignore

23 lines
298 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2019-03-24 02:10:00 +01:00
node_modules
# testing
2019-03-24 02:10:00 +01:00
coverage
# production
2019-03-24 02:10:00 +01:00
build
dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*