20 lines
215 B
Plaintext
20 lines
215 B
Plaintext
# 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
|