Skip to content

Commit 50aea77

Browse files
committed
Ignore Cursor throwaways under .cursor, not the whole tree.
Keep rules/skills/docs trackable; exclude debug* and plans/.
1 parent ac916a7 commit 50aea77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
__pycache__/
22
*.pyc
33
.venv/
4+
5+
# Cursor IDE throwaways (do not ignore the whole .cursor/ tree)
6+
.cursor/debug*
7+
.cursor/plans/

0 commit comments

Comments
 (0)