2018-01-18 14:11:51 -05:00
|
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
2022-08-16 20:01:12 -04:00
|
|
|
|
2021-03-30 03:51:37 -04:00
|
|
|
# generated contract types
|
|
|
|
/src/types/v3
|
2021-03-31 03:40:13 -04:00
|
|
|
/src/abis/types
|
2021-05-26 13:34:52 -07:00
|
|
|
/src/locales/**/*.js
|
2023-06-22 09:30:06 -04:00
|
|
|
/src/locales/**/*.po
|
2022-08-16 20:01:12 -04:00
|
|
|
|
2023-05-09 16:34:15 -04:00
|
|
|
# generated files
|
|
|
|
/src/**/__generated__
|
|
|
|
|
|
|
|
# schema
|
2022-09-26 18:01:50 -04:00
|
|
|
schema.graphql
|
2021-03-30 03:51:37 -04:00
|
|
|
|
2018-01-18 14:11:51 -05:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
2023-04-19 10:50:25 -07:00
|
|
|
/cache
|
2023-07-25 12:12:13 -07:00
|
|
|
/functions/coverage
|
2023-08-08 10:38:37 -07:00
|
|
|
/.swc
|
2018-01-18 14:11:51 -05:00
|
|
|
|
2022-02-09 15:52:31 -08:00
|
|
|
# builds
|
2018-01-18 14:11:51 -05:00
|
|
|
/build
|
2022-02-09 15:52:31 -08:00
|
|
|
/dts
|
2021-10-04 11:01:05 -07:00
|
|
|
|
2018-01-18 14:11:51 -05:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
2023-03-27 09:48:02 -07:00
|
|
|
instrumented
|
|
|
|
.nyc_output
|
|
|
|
.nyc_output/**/*
|
|
|
|
|
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/
|
|
|
|
|
2020-05-08 11:38:33 -04:00
|
|
|
package-lock.json
|
|
|
|
|
2023-07-19 11:58:02 -10:00
|
|
|
cypress/downloads
|
2020-05-08 11:38:33 -04:00
|
|
|
cypress/videos
|
2020-05-11 18:23:01 -04:00
|
|
|
cypress/screenshots
|
2022-06-16 09:17:48 -04:00
|
|
|
|
2022-08-09 17:05:04 -07:00
|
|
|
.vercel
|
2023-08-07 12:56:59 -04:00
|
|
|
|
|
|
|
.wrangler
|