2018-01-18 22:11:51 +03:00
|
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
2021-03-30 10:51:37 +03:00
|
|
|
# generated contract types
|
|
|
|
/src/types/v3
|
2021-03-31 10:40:13 +03:00
|
|
|
/src/abis/types
|
2021-05-26 23:34:52 +03:00
|
|
|
/src/locales/**/*.js
|
2021-05-27 18:37:15 +03:00
|
|
|
/src/locales/**/*.ts
|
2021-05-27 04:58:00 +03:00
|
|
|
/src/locales/**/*.json
|
2021-05-29 23:32:51 +03:00
|
|
|
/src/locales/**/en-US.po
|
2021-03-30 10:51:37 +03:00
|
|
|
|
2018-01-18 22:11:51 +03:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.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/
|
|
|
|
|
2020-05-08 18:38:33 +03:00
|
|
|
package-lock.json
|
|
|
|
|
|
|
|
cypress/videos
|
2020-05-12 01:23:01 +03:00
|
|
|
cypress/screenshots
|
|
|
|
cypress/fixtures/example.json
|