chore: move internal planning documents to private .strategy folder
- Moved strategy and planning documents out of repository - Added .strategy/ to .gitignore for private documents - These files will be removed from git history in next step
This commit is contained in:
parent
65cc7cd58b
commit
d7d2d749b6
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -60,6 +60,9 @@ INTERNAL_NOTES.md
|
||||||
TODO_PRIVATE.md
|
TODO_PRIVATE.md
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
|
# Strategy and planning documents (private)
|
||||||
|
.strategy/
|
||||||
|
|
||||||
# Models (downloaded at runtime)
|
# Models (downloaded at runtime)
|
||||||
models/
|
models/
|
||||||
models-cache/
|
models-cache/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue