Files
Lageplan/.gitignore
Pepe Ziberi ecc9003a73
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21m31s
fix(seed/docker): repair production symbol loss incident
2026-05-20 16:56:22 +02:00

68 lines
786 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Next.js
.next/
out/
build
dist
# Production
build
# Misc
.DS_Store
*.pem
Thumbs.db
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
.env*.local
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts
# IDE
.idea
.vscode
*.swp
*.swo
# Prisma
prisma/migrations/*
!prisma/migrations/.gitkeep
# Large binary files (do not commit)
*.tar
*.zip
# Allow MP4s in public folder (used by the app)
!public/*.mp4
!public/**/*.mp4
lageplan-web.tar
# Reference materials (keep locally, not in git)
/Signaturen/
Reglement_*/
# Allow FKS SVG signatures in public folder (used by seed scripts)
!public/signaturen/
!public/signaturen/*.svg
!public/**/*.svg
# Stack env (contains secrets)
stack.env