Skip to content

Commit 167f772

Browse files
noelsaw1claude
andcommitted
Ignore entire dist/logs/ folder in git
Replaces file-specific log ignores with a blanket dist/logs/ rule and removes the tracked .gitkeep. Logs are runtime artifacts and should never appear in the repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d5badd commit 167f772

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
# ============================================
77

88
# Log files from scans (may contain file paths and code snippets)
9-
dist/logs/*.log
10-
dist/logs/*.json
11-
!dist/logs/.gitkeep
9+
dist/logs/
1210

1311
# HTML reports from scans (may contain proprietary code)
1412
dist/reports/*.html

dist/logs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)