Initial commit: IT Nexus Web-App

This commit is contained in:
2026-06-01 20:49:07 +02:00
commit 8023765e6c
387 changed files with 106900 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Dependencies
node_modules/
# Database (sensibel!)
*.sqlite
*.sqlite-journal
*.db
# Environment & Secrets
.env
.env.local
.env.production
docker-compose.override.yml
# Build Output
frontend/build/
backend/dist/
build/
# Logs
*.log
npm-debug.log*
logs/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Agent Binary / Installer
agent/*.exe
agent/*.msi
agent-cs/bin/
agent-cs/obj/
# Uploads
backend/uploads/
uploads/
# Temp
*.tmp
*.temp
installer/
*.intunewin
*.ova
*.exe
installer/
*.intunewin
*.ova
*.exe