Skip to content
Merged
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
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@ docs/dev
.github/copilot-instructions.md
.grok/
.specify/
specs/
specs/*

# --- satwareAG fork (IPADP): re-include force-tracked meta files ---
# specs/* above keeps upstream's dogfooding ignore, but the IPADP meta files
# are tracked (force-added). Negations here let plain `git add` work on them
# instead of exiting nonzero with the ignored-paths advice (#118).
!specs/metadata.json
!specs/upstream-release-sync-strategy/
!specs/upstream-release-sync-strategy/**
Loading