chore: add some files to ignore

This commit is contained in:
cedoor
2022-01-17 21:40:04 +01:00
parent 7577e1f9aa
commit 3042de85ee

13
.gitignore vendored
View File

@@ -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