mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
chore: add some files to ignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -2,6 +2,9 @@
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Cargo
|
||||
target
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
@@ -40,6 +43,7 @@ node_modules/
|
||||
|
||||
# Generate output
|
||||
dist
|
||||
build
|
||||
docs
|
||||
gh-pages/*
|
||||
!gh-pages/CNAME
|
||||
@@ -51,7 +55,12 @@ gh-pages/*
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# yarn v2
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
|
||||
# Other
|
||||
zkeyFiles
|
||||
coverage
|
||||
benchmarks
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user