From 2679a7503bbe07dfb1469a88ad16b7b59da83912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Tue, 15 Nov 2022 17:19:32 +0100 Subject: [PATCH] .gitignore: ignore /target/ (again) --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6cf3cafc0..2414043ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ ## Rust. /Cargo.lock -/rust/examples-frontend/*/node_modules +/rust/examples-frontend/*/node_modules/ /rust/examples-frontend/*/package-lock.json +/target/ ## Worker. /worker/out/ @@ -18,7 +19,7 @@ /worker/**/Release/ /worker/.vs/ # clang-fuzzer stuff is too big. -/worker/deps/clang-fuzzer +/worker/deps/clang-fuzzer/ # Ignore all fuzzer generated test inputs. /worker/fuzzer/new-corpus/* !/worker/fuzzer/new-corpus/.placeholder @@ -28,7 +29,7 @@ /NO_GIT/ *.swp *.swo -.DS_Store +.DS_Store/ # Vistual Studio Code stuff. /.vscode/ # JetBrains IDE stuff.