π Problem
The repository may include unnecessary files such as build artifacts, IDE files, or logs.
π― Objective
Clean up the repository by improving the .gitignore file.
β
Tasks
- Review current repository contents
- Add entries for:
- node_modules / target / build folders
- IDE files (.idea, .vscode)
- OS files (.DS_Store, Thumbs.db)
- logs and temp files
π§ͺ Acceptance Criteria
- Repository does not track unnecessary files
- .gitignore follows best practices for the project stack
π‘ Suggested Labels
maintenance, good first issue
π Problem
The repository may include unnecessary files such as build artifacts, IDE files, or logs.
π― Objective
Clean up the repository by improving the .gitignore file.
β Tasks
π§ͺ Acceptance Criteria
π‘ Suggested Labels
maintenance, good first issue