mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: a176d3a4886cfd45c823560879421cb31d36d615 [formerly 0b5b52bc08]
Former-commit-id: 40ef3ba580369a2f97ceb650d77f412b73fbd910
58 lines
649 B
Plaintext
58 lines
649 B
Plaintext
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Parcel cache
|
|
.parcel-cache
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Microbundle cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# Generate output
|
|
dist
|
|
docs
|
|
gh-pages/*
|
|
!gh-pages/CNAME
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
zkeyFiles
|
|
coverage
|
|
benchmarks
|
|
build
|