Commit Graph

2 Commits

Author SHA1 Message Date
3944537b42 docs: refine README descriptions 2025-11-19 00:20:15 +02:00
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