2018-01-18 14:11:51 -05:00
|
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
2019-06-14 10:39:33 -04:00
|
|
|
/.netlify
|
|
|
|
|
2018-01-18 14:11:51 -05:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2018-02-03 16:03:15 -05:00
|
|
|
|
2018-10-06 13:14:27 -07:00
|
|
|
notes.txt
|
2019-08-12 20:37:32 -04:00
|
|
|
.idea/
|
|
|
|
|
2019-09-17 18:47:32 -04:00
|
|
|
.vscode/
|
|
|
|
|
2020-05-08 11:38:33 -04:00
|
|
|
package-lock.json
|
|
|
|
|
|
|
|
cypress/videos
|
2020-05-11 18:23:01 -04:00
|
|
|
cypress/screenshots
|
|
|
|
cypress/fixtures/example.json
|