mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 02:48:04 -05:00
93 lines
1.0 KiB
Plaintext
93 lines
1.0 KiB
Plaintext
.data
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
.vscode-test
|
|
|
|
# Testing
|
|
coverage
|
|
coverage.json
|
|
*.lcov
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Microbundle cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# Compiled output
|
|
dist
|
|
build
|
|
tmp
|
|
out-tsc
|
|
|
|
# Hardhat
|
|
artifacts
|
|
cache
|
|
typechain-types
|
|
typechain
|
|
|
|
# yarn v3
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
*.db
|
|
|
|
# Docusaurus generated files
|
|
.docusaurus
|
|
.cache-loader
|