c666f6b8d0be19db23300a523a72ff2893a8eb39
Added infrastructure for managing BACKEND and FRONTEND as independent components within a single repository: - .gitignore: Root-level exclusions (IDE, OS files, temp files) - GIT-WORKFLOW.md: Comprehensive commit conventions and workflow guide Key conventions: - Use scope prefixes: backend:, frontend:, chore:, docs:, etc. - Commit components independently with clear scopes - Maintain separate history tracking per component - Support coordinated releases when needed This enables: - Independent BACKEND commits (backend: feat/fix/refactor) - Independent FRONTEND commits (frontend: feat/fix/refactor) - Infrastructure commits (chore:, docs:, ci:) - Cross-cutting features when both components change 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
Dart
43.1%
C#
38.9%
C++
7%
CMake
5.5%
Shell
3.5%
Other
2%