From dc396bb3e6c083a7041573b46c6f863c45356d68 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 17 Dec 2025 15:33:32 -0700 Subject: [PATCH] init fresh repo --- .cursorindexingignore | 3 +++ .gitattributes | 1 + .gitignore | 2 ++ .specstory/.gitignore | 4 ++++ 4 files changed, 10 insertions(+) create mode 100644 .cursorindexingignore create mode 100644 .gitattributes create mode 100644 .gitignore 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/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b9c5d17 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sqlite filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9da8fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# SpecStory explanation file +.specstory/.what-is-this.md 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