Initial scaffold: push-to-deploy + auth-proxy + public-switch template
This commit is contained in:
+19
@@ -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
|
||||
Reference in New Issue
Block a user