Files
server/dev/.gitignore
Oscar Hinton 076804f04e Add seed script for local development (#7490)
Introduces a repeatable, declarative way to seed a local dev environment via the existing SeederUtility.
2026-04-21 12:27:14 +02:00

24 lines
335 B
Plaintext

.data
secrets.json
*.db
# Docker container configurations
.env
authsources.php
# Development certificates
identity_server_dev.crt
identity_server_dev.key
identity_server_dev.pfx
data_protection_dev.crt
data_protection_dev.key
data_protection_dev.pfx
signingkey.jwk
# Reverse Proxy Conifg
reverse-proxy.conf
*.crt
seeds.local.json