Files
probo/.gitignore
Bryan Frimin fbc10a8591 Move dev env file to repo root
Use the conventional .env / .env.example location at the repo
root instead of cfg/dev.env / cfg/dev.env.example. .env is what
contributors expect, keeps cfg/ a pure generated-config directory,
and shares the same file if we ever add another dev target that
needs the same overrides.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-04-21 18:51:34 +02:00

25 lines
326 B
Plaintext

bin/
node_modules/
.turbo
.vscode
dist/
.react-email/
sbom.json
sbom-docker.json
*_sbom.json
*.out
*.DS_Store
*.pem
*.crt
*.key
compose/keycloak/probo-realm.json
.sandbox.env
# Generated files (codegen)
__generated__/
pkg/server/api/*/v1/types/types.go
pkg/server/api/*/v1/schema.graphql
cfg/dev_local.yaml
cfg/dev.yaml
.env