Skip to content

Commit 93fc0b7

Browse files
PaoloAmygos
authored andcommitted
feat: Add .cursorindexingignore and .specstory/.gitignore
Added .cursorindexingignore to exclude SpecStory auto-save files from indexing and allow explicit context inclusion via @ references. Also added .specstory/.gitignore to ignore SpecStory project identity and explanation files.
1 parent ebe2599 commit 93fc0b7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.cursorindexingignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
3+
.specstory/**

.specstory/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SpecStory project identity file
2+
/.project.json
3+
# SpecStory explanation file
4+
/.what-is-this.md

0 commit comments

Comments
 (0)