ultisuite-backend/.gitignore
R3D347HR4Y f7ef89fa82
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(authentik): recovery email links to embedded reset-password UI
Custom email template rendered via AUTH_APP_URL, mounted in Authentik,
and gitignored rendered HTML to avoid localhost hardcoding in prod.
2026-06-20 01:21:30 +02:00

40 lines
423 B
Plaintext

# Environment
.env
.env.resolved
# Go binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/ultid
# Test & coverage
*.test
*.out
coverage.html
# Vendor (optional)
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker data (local volumes)
docker-data/
# Rendered Authentik email templates (generated by deploy/authentik/render-blueprints.sh)
deploy/authentik/templates/**/*.html
# Node.js
node_modules/