23 lines
294 B
Plaintext
Raw Normal View History

2018-08-01 10:19:11 +01:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production
/build
2018-10-15 15:02:40 -04:00
/src/css
2018-08-01 10:19:11 +01:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*