badger/frontend/.gitignore
masonchain 63bb8cc07e Base wallet connection
Have not cracked into automatically opening the connect modal on a certain page mounting, but there is a button where the account info is if not connected. We can phase the button out when I get a solid idea to implement the rainbow kit modal opening
2022-09-19 16:33:47 -04:00

27 lines
332 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/.netlify
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env
.envrc
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*