Some checks failed
CI / Clippy (push) Successful in 2m33s
CI / Format (push) Successful in 7m0s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m1s
CI / Build & Push Image (push) Successful in 3m6s
CI / Changelog (push) Failing after 1m44s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com> Reviewed-on: #3
21 lines
319 B
Plaintext
21 lines
319 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 realm-export.json)
|
|
keycloak/*
|
|
!keycloak/realm-export.json
|
|
|
|
# Node modules
|
|
node_modules/
|