1c50460160
* fix: fix SearchBarDropdown selecting invalid result on enter after initial search when recent searches are filled * add test * Update cypress/e2e/universal-search.test.ts Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> * Update cypress/e2e/universal-search.test.ts Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> * Update cypress/e2e/universal-search.test.ts Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> * use searhc hotkey * Revert "" This reverts commit 7b04d5d575e8f776e8127e9b43c3fff6f74d8919. * chore: gitignore cypress/downloads.html --------- Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>
54 lines
614 B
Plaintext
54 lines
614 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/downloads
|
|
cypress/videos
|
|
cypress/screenshots
|
|
|
|
.vercel
|