Skip to content

Commit c05d783

Browse files
committed
Ignore .cursor/ in git; remove from tracking and add to global gitignore doc
Made-with: Cursor
1 parent b5260cd commit c05d783

3 files changed

Lines changed: 6 additions & 28 deletions

File tree

.cursor/rules/gitignore-internal-docs.mdc

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ package-lock.json
33
.DS_Store
44
dist/
55

6+
# Cursor IDE (local only, do not commit)
7+
.cursor/
8+
69
# Internal / planning docs (do not commit)
710
PRIVATE_FORK.md
811
docs/PRIVATE_FORK.md

docs/GLOBAL_GITIGNORE_SETUP.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ To have Git **everywhere** ignore these files (without editing each project’s
99

1010
2. **Add these lines** to `~/.gitignore_global`:
1111
```
12+
# Cursor IDE (local only)
13+
.cursor/
14+
1215
# Internal / planning docs
1316
PRIVATE_FORK.md
1417
docs/PRIVATE_FORK.md

0 commit comments

Comments
 (0)