Skip to content

Commit f0d30a2

Browse files
fix: Update .gitignore, add .remember and .cmux
Tidy up .gitignore by removing a placeholder header and adjusting spacing/comments. Add entries to ignore .remember and .cmux directories, and retain other existing ignore patterns.
1 parent cb3524f commit f0d30a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# DEFAULT
2-
31
# @todo
42

53
# Distribution / packaging
@@ -156,6 +154,7 @@ $RECYCLE.BIN/
156154
!.claude/memory/.gitkeep
157155
.claude/plans
158156
.claude/settings.local.json
157+
.remember
159158

160159
# Codex
161160
.codex/commands/speckit.*
@@ -175,3 +174,6 @@ agent-os/
175174
.specify/
176175
.speckit/
177176
specs/
177+
178+
# etc
179+
.cmux

0 commit comments

Comments
 (0)