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>
25 lines
366 B
Plaintext
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/
|