Skip to content

Commit 2130a9e

Browse files
committed
chore: Update gitignore to exclude backup directories
- Add .backup/ directory to gitignore - Add recursive **/.backup/ pattern for nested backup directories Signed-off-by: Aaron Lippold <[email protected]>
1 parent 0f6faef commit 2130a9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ session-logs/
1414
SESSION-RECOVERY.md
1515
continuation-prompt.md
1616
CLAUDE.md
17+
18+
# Backup directories
19+
.backup/
20+
**/.backup/

0 commit comments

Comments
 (0)