Skip to content

Commit d1f6574

Browse files
chore: clarify .sandbox directory in gitignore
• Add comment explaining sandbox directory is for testing • Note that only scripts are tracked, not sandbox contents
1 parent 07e7632 commit d1f6574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ coverage/
3636
*.lcov
3737

3838
# Testing
39+
# Sandbox directory for testing Labcommitr commands (scripts in scripts/ are tracked)
3940
.sandbox/
4041
test-results/
4142

@@ -68,6 +69,7 @@ Thumbs.db
6869
.cache/
6970

7071

72+
7173
### Other
7274
# Remove rust files for now
7375
rust-src/

0 commit comments

Comments
 (0)