From 1bbeb16eea14a886b7d887ad961c711b0f8d114b Mon Sep 17 00:00:00 2001 From: Raincloud Date: Mon, 29 Dec 2025 21:55:29 -0700 Subject: [PATCH] bulk --- .cursorindexingignore | 3 +++ .specstory/.gitignore | 2 ++ 2 files changed, 5 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..53b537f --- /dev/null +++ b/.specstory/.gitignore @@ -0,0 +1,2 @@ +# SpecStory explanation file +/.what-is-this.md