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
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,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 @@ -48,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/


Loading
Loading