carservice: initial commit
Build and publish images / docker (push) Canceled after 0s

This commit is contained in:
Hermes
2026-07-20 20:51:23 +01:00
commit f7a9906add
77 changed files with 9403 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Node
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next
coverage
# Environment files
.env
.env.local
.env.*.local
# Git
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Deployment
/deployment
# Prisma (DB file itself should not be baked into image; mounted via volume)
prisma/*.db
prisma/*.db-journal
# Scripts (not needed in image)
scripts/