43 lines
604 B
Plaintext
43 lines
604 B
Plaintext
# Go
|
|
backend/vendor/
|
|
backend/*.exe
|
|
backend/*.test
|
|
backend/archivum
|
|
|
|
# Frontend
|
|
frontend/node_modules/*
|
|
frontend/dist/
|
|
frontend/.env
|
|
frontend/.env.local
|
|
|
|
# Docker local data
|
|
docker/data/
|
|
|
|
# Generated GraphQL code
|
|
backend/internal/graph/generated.go
|
|
backend/internal/graph/models_gen.go
|
|
|
|
# Config (never commit secrets)
|
|
config.json
|
|
settings.json
|
|
*.db
|
|
.env
|
|
# .env.example is intentionally tracked — it contains no secrets
|
|
|
|
# go.sum is intentionally committed once populated by go mod tidy
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# autogen PDF:s
|
|
*.pdf
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
node_modules/
|
|
testdata/
|
|
test_data/
|
|
tests/data/
|