Skip to content

Commit 33c00ed

Browse files
committed
fix(testing): add test copy directory to .gitignore and improve copy operation (refs #73)
- Add test/originals_copy/ to .gitignore to prevent tracking of test copy - Ensure copy directory is properly excluded from git diff - Prevents false positive git diff detection in CI - Maintains clean test environment without file corruption
1 parent 4d882f1 commit 33c00ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ output/
2222
.env
2323

2424
test/deleted/
25+
test/originals_copy/

0 commit comments

Comments
 (0)