commons/.gitignore

27 lines
344 B
Plaintext
Raw Permalink 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*
2019-05-17 11:10:06 +02:00
# cypress
cypress/screenshots
cypress/videos