Skip to content

Commit 6e15ca4

Browse files
fix: remove WIP folder contents from tracking and strengthen gitignore (#420)
The WIP/ directory was accidentally committed to main. Remove the tracked file and update the gitignore entry from 'WIP' to 'WIP/' for an explicit directory-only match, ensuring no WIP contents are ever pushed regardless of filename. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6945193 commit 6e15ca4

File tree

2 files changed

+1
-1307
lines changed

2 files changed

+1
-1307
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docs/wip/
6464
AGENTS.md
6565
PRD.md
6666
PRD*.md
67-
WIP
67+
WIP/
6868
# Internal planning documents
6969
skill-plan.md
7070
skill-strategy.md

0 commit comments

Comments
 (0)