Problem
src/server/.DS_Store (6148 bytes) is tracked in the repository. This is a macOS artifact that shouldn't be committed.
Proposed Fix
- Add
*.DS_Store and /.DS_Store to .gitignore if not already present.
- Run
git rm --cached src/server/.DS_Store and commit.
Files: src/server/.DS_Store, .gitignore Labels: code-quality
Problem
src/server/.DS_Store(6148 bytes) is tracked in the repository. This is a macOS artifact that shouldn't be committed.Proposed Fix
*.DS_Storeand/.DS_Storeto.gitignoreif not already present.git rm --cached src/server/.DS_Storeand commit.Files:
src/server/.DS_Store,.gitignoreLabels:code-quality