Track .cursor/rules/ in git so coding conventions are shared across the team. Everything else under .cursor/ stays ignored. Signed-off-by: Émile Ré <emile@probo.com>
28 lines
375 B
Plaintext
28 lines
375 B
Plaintext
bin/
|
|
node_modules/
|
|
.turbo
|
|
.vscode
|
|
.cursor/*
|
|
!.cursor/rules/
|
|
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
|
|
.oauth-credentials.txt
|