|
|
a9249ec5d5
|
chore: Add .gitignore and remove build artifacts from repository
- Add comprehensive .gitignore for .NET MAUI projects
- Remove 2,651 tracked build artifacts (bin/, obj/ directories)
- Build artifacts should be generated in CI/CD, not committed
Patterns added to .gitignore:
- Build outputs (bin/, obj/, Debug/, Release/)
- IDE files (.vs/, .vscode/, *.user, .idea/)
- Test results and coverage files
- NuGet packages (*.nupkg, *.snupkg)
- SQLite database files (*.db, *.db-shm, *.db-wal)
- Platform-specific build artifacts
- Temporary and cache files
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-18 13:41:36 +02:00 |
|