Initialize HemHub project foundation

This commit is contained in:
Urban Modig
2026-07-23 22:06:56 +02:00
commit 9957383e88
23 changed files with 2430 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Backend
backend/target/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/coverage/
.pnpm-store/
*.tsbuildinfo
# Editors and operating systems
.idea/
.vscode/
*.iml
.DS_Store