Skip to content

Commit a80a177

Browse files
committed
fix(git-ignore): add cursor gitignore rule (cursor exception rules)
Signed-off-by: samuel.park <[email protected]>
1 parent e1aa1b4 commit a80a177

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ node_modules.nosync/
1313
*.swp
1414
*.bak
1515

16+
## Cursor rules : Ignore all files in .cursor directory except specific file (rules)
17+
.cursor/*
18+
!.cursor/generate-new-api-clients.mdc
19+
1620
# Turborepo
1721
.turbo
1822
out/

0 commit comments

Comments
 (0)