mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-04 04:23:00 +00:00
30 lines
276 B
Plaintext
30 lines
276 B
Plaintext
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
node_modules
|
|
dist
|
|
coverage
|
|
.turbo
|
|
.cache
|
|
tmp
|
|
.idea
|
|
.vscode
|
|
*.log
|
|
|
|
# Go
|
|
bin
|
|
*.out
|
|
|
|
# Build artifacts
|
|
apps/frontend/dist
|
|
apps/auth/dist
|
|
packages/api-client/generated
|
|
|
|
# Runtime data
|
|
infra/data
|
|
infra/postgres
|
|
infra/dragonfly
|
|
infra/mailpit
|
|
|