From 99fb327dccd054ac09d52f238f33aaf3e2009157 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Sat, 20 Dec 2025 23:08:55 -0700 Subject: [PATCH] init --- .cursorindexingignore | 3 +++ .specstory/.gitignore | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .cursorindexingignore create mode 100644 .specstory/.gitignore diff --git a/.cursorindexingignore b/.cursorindexingignore new file mode 100644 index 0000000..953908e --- /dev/null +++ b/.cursorindexingignore @@ -0,0 +1,3 @@ + +# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references +.specstory/** diff --git a/.specstory/.gitignore b/.specstory/.gitignore new file mode 100644 index 0000000..c5b4129 --- /dev/null +++ b/.specstory/.gitignore @@ -0,0 +1,4 @@ +# SpecStory project identity file +/.project.json +# SpecStory explanation file +/.what-is-this.md