uniswap-interface-uncensored/.gitignore
Zach Pomerantz 5315272694
chore: rm committed t9n (#6792)
* chore: rm committed t9n

* chore: ignore t9n

* test(e2e): fix locale selection test
2023-06-22 09:30:06 -04:00

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