Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com> Reviewed-on: #10
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/
|