This commit is contained in:
Saufi
2026-06-14 09:17:46 +08:00
parent 359229685d
commit 5ec68d3fe9
10 changed files with 515 additions and 1 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Version control / tooling
.git
.gitignore
.gitattributes
.editorconfig
.claude
.vscode
.idea
# Local env (provide env at runtime via .env.docker / compose)
.env
.env.backup
.env.production
# Dependencies & build artifacts (rebuilt inside the image)
vendor
node_modules
public/build
public/hot
public/storage
# Runtime / logs / caches
storage/logs/*
storage/framework/cache/data/*
storage/framework/sessions/*
storage/framework/views/*
storage/pail
*.log
# Docs / tests not needed in the image
README.md
DOCKER.md
phpunit.xml
tests