e5a1cb4276
* refactor: mv gas estimate chains out of component * chore: replace microbundle with rollup * chore: use ts rollup config * chore: rename lib to widgets * chore: add rollup doc comment * feat: rollup typings * fix: retain tsconfig decl dir
49 lines
669 B
Plaintext
49 lines
669 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# generated contract types
|
|
/src/types/v3
|
|
/src/abis/types
|
|
/src/lib/locales/**/*.js
|
|
/src/lib/locales/**/en-US.po
|
|
/src/lib/locales/**/pseudo.po
|
|
/src/locales/**/*.js
|
|
/src/locales/**/en-US.po
|
|
/src/locales/**/pseudo.po
|
|
/src/state/data/generated.ts
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# widgets
|
|
/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
/.netlify
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
notes.txt
|
|
.idea/
|
|
|
|
.vscode/
|
|
|
|
package-lock.json
|
|
|
|
cypress/videos
|
|
cypress/screenshots
|
|
cypress/fixtures/example.json
|