Skip to content

Commit 9f9fa6c

Browse files
committed
Fix .gitignore: remove target files and add .jj exclusion
1 parent 06675a9 commit 9f9fa6c

File tree

3 files changed

+4
-503
lines changed

3 files changed

+4
-503
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# Rust build output
66
/target/
7+
**/target/
78
**/*.rs.bk
8-
99
# Cargo package files
1010
Cargo.lock
1111

@@ -19,6 +19,9 @@ Cargo.lock
1919
*.swp
2020
*.swo
2121

22+
# Jujutsu VCS files
23+
.jj/
24+
2225
# Jupyter Notebook checkpoints
2326
.ipynb_checkpoints/
2427

0 commit comments

Comments
 (0)