Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Environment files and secrets
.env
.env.*
!.env.example
!.env.*.example
.envrc
/config.mk
*.key
*.pem
*.p12
*.pfx
remote/production/gardomatic.env
# Local HTTP requests which may contain credentials
request/*.local.http
request/*.private.http
# Build and test artifacts
/bin/
/dist/
*.test
*.out
coverage.*
*.prof
**/__debug_bin*
# Runtime files
*.log
/tmp/
# Local editor and operating-system files
.idea/
.vscode/*
!.vscode/launch.json
.DS_Store
Thumbs.db