dc2225a2bc
* fix: update wrangler version * yarn deduplicate * Update .gitignore Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>
57 lines
645 B
Plaintext
57 lines
645 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
|
|
/functions/coverage
|
|
|
|
# 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/downloads
|
|
cypress/videos
|
|
cypress/screenshots
|
|
|
|
.vercel
|
|
|
|
.wrangler
|