Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Cursor IDE workspace and plans
.cursor/

# Dependencies
node_modules/

Expand All @@ -8,8 +11,9 @@ dist/
# .ste/state/ - Only track README.md (ignore all other files)
.ste/state/*
!.ste/state/README.md
# .ste-self/ - Track everything (example for reviewers)
!.ste-self/
# .ste-self/state/ - Only track README.md (ignore all other files)
.ste-self/state/*
!.ste-self/state/README.md

# Runtime cache (downloaded specs, auto-regenerated)
.ste/cache/
Expand Down Expand Up @@ -45,7 +49,8 @@ test-output.txt
*.tmp
.tmp/

# Internal development issues (pre-release)
# Remove this line once project is public and issues should be tracked
documentation/issues/
# Legacy archived docs kept locally only
documentation/e-adr-archived/
documentation/plan/


6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

Loading
Loading