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:
parent
0459cb6220
commit
50a4d9bc75
2 changed files with 4 additions and 210 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -21,4 +21,7 @@ Cargo.lock
|
|||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
.idea/
|
||||
|
||||
# Local project files
|
||||
BACKLOG.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue