Initial scaffold: push-to-deploy + auth-proxy + public-switch template

This commit is contained in:
Lumen
2026-06-22 11:33:43 +02:00
commit e031064dcf
7 changed files with 498 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Secrets — never commit. Use Gitea Actions secrets in production.
.env
.env.local
.env.*.local
# Node / Next
node_modules/
.next/
out/
*.log
# Java / Maven
target/
*.class
# OS / editor
.DS_Store
.idea/
*.iml