chore: Remove BACKLOG.md from version control

- Remove BACKLOG.md from git tracking (file kept locally)
- Add BACKLOG.md to .gitignore to prevent future commits
- Backlog files should be local project documentation, not in version control
This commit is contained in:
Jeena 2026-01-22 02:40:10 +00:00
parent 0459cb6220
commit 50a4d9bc75
2 changed files with 4 additions and 210 deletions

5
.gitignore vendored
View file

@ -21,4 +21,7 @@ Cargo.lock
# IDE files
.vscode/
.idea/
.idea/
# Local project files
BACKLOG.md