2019-01-18 17:34:40 +01:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2019-03-24 02:10:00 +01:00
|
|
|
node_modules
|
2019-01-18 17:34:40 +01:00
|
|
|
|
|
|
|
# testing
|
2019-03-24 02:10:00 +01:00
|
|
|
coverage
|
2019-01-18 17:34:40 +01:00
|
|
|
|
|
|
|
# production
|
2019-03-24 02:10:00 +01:00
|
|
|
build
|
|
|
|
dist
|
2019-01-18 17:34:40 +01:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2019-07-08 15:31:48 +02:00
|
|
|
.env
|
2019-01-18 17:34:40 +01:00
|
|
|
.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
|