Skip to content

Commit effa3b4

Browse files
committed
chore: add test log files to .gitignore
- Ignore test-activity-*.log - Ignore test-calibration-*.log - Ignore logs/test-activity/ and logs/test-calibration/
1 parent c2cc967 commit effa3b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,3 +381,9 @@ build/
381381
out/
382382
# Runtime data and test artifacts
383383

384+
385+
# Test logs
386+
test-activity-*.log
387+
test-calibration-*.log
388+
logs/test-activity/
389+
logs/test-calibration/

0 commit comments

Comments
 (0)