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