Files
certifai/.gitignore
Sharang Parnerkar 1f9629f111 feat(auth): add custom Keycloak login theme matching dashboard
Branded Keycloak login page with CERTifAI dark theme: indigo/teal
color palette, Inter + Space Grotesk fonts, animated background
gradients, card glow, logo float, and button shimmer effects.
Overrides PatternFly v4 defaults including autofill color fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 18:15:37 +01:00

25 lines
366 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk
# Environment variables and secrets
.env
# Logs
*.log
# Keycloak runtime data (but keep config and theme)
keycloak/*
!keycloak/realm-export.json
!keycloak/themes/
!keycloak/themes/**
# Node modules
node_modules/
searxng/