Skip to content

Commit

Permalink
.gitignore: ignore /target/ (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 15, 2022
1 parent 570cafd commit 2679a75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand All @@ -28,7 +29,7 @@
/NO_GIT/
*.swp
*.swo
.DS_Store
.DS_Store/
# Vistual Studio Code stuff.
/.vscode/
# JetBrains IDE stuff.
Expand Down

0 comments on commit 2679a75

Please sign in to comment.