uniswap-interface-uncensored/.gitignore

42 lines
542 B
Plaintext
Raw Normal View History

# See https://help.github.com/ignore-files/ for more about ignoring files.
# generated contract types
/src/types/v3
2021-03-31 10:40:13 +03:00
/src/abis/types
/src/locales/**/*.js
/src/locales/**/en-US.po
2021-06-30 02:27:12 +03:00
/src/state/data/generated.ts
# dependencies
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
/.netlify
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2018-02-04 00:03:15 +03:00
2018-10-06 23:14:27 +03:00
notes.txt
2019-08-13 03:37:32 +03:00
.idea/
.vscode/
package-lock.json
cypress/videos
cypress/screenshots
2021-06-30 02:27:12 +03:00
cypress/fixtures/example.json