From 3042de85eed2b4e87ddddc04433e6c42977db780 Mon Sep 17 00:00:00 2001 From: cedoor Date: Mon, 17 Jan 2022 21:40:04 +0100 Subject: [PATCH] chore: add some files to ignore --- .gitignore | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18984bf..748035a 100644 --- a/.gitignore +++ b/.gitignore @@ -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