From 0331caf1a618cdded1d7b8d07e535103d4c43648 Mon Sep 17 00:00:00 2001 From: ourongxing Date: Sun, 22 Jun 2025 12:08:37 +0800 Subject: [PATCH] chore: update gitignore --- .cursorindexingignore | 3 +++ .gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .cursorindexingignore 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/.gitignore b/.gitignore index 41280a1..fec2e98 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ dev-dist *.tsbuildinfo wrangler.toml imports.app.d.ts -package-lock.json \ No newline at end of file +package-lock.json +.specstory/ \ No newline at end of file