Skip to content

Commit 4c7a283

Browse files
committed
chore: ignore local build/test scratch files (_*.log, _*.txt, *.flag)
1 parent e151c20 commit 4c7a283

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ desktop.ini
6161
.env.local
6262
appsettings.*.local.json
6363
secrets.json
64+
65+
# Scratch files used by the local build/test loop (never committed)
66+
_*.log
67+
_*.txt
68+
*.flag

0 commit comments

Comments
 (0)