5315272694
* chore: rm committed t9n * chore: ignore t9n * test(e2e): fix locale selection test
53 lines
596 B
Plaintext
53 lines
596 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
# generated contract types
|
|
/src/types/v3
|
|
/src/abis/types
|
|
/src/locales/**/*.js
|
|
/src/locales/**/*.po
|
|
|
|
# generated files
|
|
/src/**/__generated__
|
|
|
|
# schema
|
|
schema.graphql
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
/cache
|
|
|
|
# builds
|
|
/build
|
|
/dts
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
instrumented
|
|
.nyc_output
|
|
.nyc_output/**/*
|
|
|
|
/.netlify
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
notes.txt
|
|
.idea/
|
|
|
|
package-lock.json
|
|
|
|
cypress/videos
|
|
cypress/screenshots
|
|
|
|
.vercel
|