08501234a8
* chore: refactor ms.macro to ms * build: upgrade lingui@4 * chore: avoid styled-components/macro * build: replace babel loader with swc * build: upgrade vanilla-extract * build: simplify e2e config * build: migrate jest to swc * build: dedup * whoops * fix: initial translations * build: coverage * build: ignore static extract warning * build: rm old babel pkg * test: rm e2e codecov * build: fix swc cache * cleanup * fix visible t9ns * cleanup * cleanup setup * crank it * actual merge conflict resolution * fix: restore locale initialization
58 lines
651 B
Plaintext
58 lines
651 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
|
|
/.swc
|
|
|
|
# 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
|