Files
Tanuki/.gitignore
2023-04-16 02:16:01 +09:00

54 lines
756 B
Plaintext

.env.local
.env
# Node.js dependencies
node_modules/
npm-debug.log
yarn-error.log
# Compiled files
/.next/
/build/
/out/
# Hardhat artifacts
artifacts/
.cache/
coverage/
.tmp/
.cache/
.history/
node_modules/
reports/
sourcify-debug/
# artifacts generated by contract testing
test-results/
test-reports/
.cache-mainnet/
.cache-rinkeby/
.cache-rinkeby-staging/
.cache-mainnet-staging/
.cache-local-mainnet/
.cache-local-rinkeby/
.cache-local-rinkeby-staging/
.cache-local-mainnet-staging/
.cache-fork-local-mainnet/
.cache-fork-local-rinkeby/
.cache-fork-mainnet/
.cache-fork-rinkeby/
.cache-local-fork-mainnet/
.cache-local-fork-rinkeby/
# Editor and IDE files
.vscode/
.idea/
*.iml
*.ipr
*.iws
# Operating System files
Thumbs.db
.DS_Store
*.DS_Store