gitignore .docs/ — local planning artifacts stay out of the repo
- SHA
d21e208acbecc7a584459cfd824fd0b7df6b496a- Parents
-
98ad941 - Tree
011e2ce
d21e208
d21e208acbecc7a584459cfd824fd0b7df6b496a98ad941
011e2ce| Status | File | + | - |
|---|---|---|---|
| M |
.gitignore
|
4 | 0 |
.gitignoremodified@@ -26,3 +26,7 @@ dist/ | ||
| 26 | 26 | .vscode/ |
| 27 | 27 | *.swp |
| 28 | 28 | .DS_Store |
| 29 | + | |
| 30 | +# Local planning artifacts — audits, sprint files, author notes. | |
| 31 | +# Public planning belongs on GitHub Issues / Projects; .docs/ stays local. | |
| 32 | +.docs/ | |