mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-08 23:17:58 -05:00
92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
# 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
|
|
|
|
# Testing
|
|
coverage
|
|
coverage.json
|
|
*.lcov
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
.DS_Store
|
|
|
|
# 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
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
docs/*
|
|
!docs/CNAME
|
|
!docs/index.html
|
|
|
|
# Hardhat
|
|
artifacts
|
|
cache
|
|
typechain-types
|
|
packages/contracts/deployed-contracts/undefined.json
|
|
packages/contracts/deployed-contracts/hardhat.json
|
|
packages/contracts/deployed-contracts/localhost.json
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
.vscode-test
|
|
|
|
# yarn v3
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Other
|
|
snark-artifacts
|