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