chore: add docker file

هذا الالتزام موجود في:
2025-10-15 15:26:35 +03:00
الأصل 7f633d9855
التزام 2a00f2bda4
2 ملفات معدلة مع 82 إضافات و0 حذوفات

28
.dockerignore Normal file
عرض الملف

@@ -0,0 +1,28 @@
node_modules
vendor
.git
.github
.env
.env.example
.editorconfig
.gitignore
.gitattributes
docker-compose.yml
.idea
.vscode
*.log
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
!storage/app/.gitignore
!storage/app/public/.gitignore
!storage/framework/cache/.gitignore
!storage/framework/sessions/.gitignore
!storage/framework/views/.gitignore
!bootstrap/cache/.gitignore
tests
phpunit.xml
.phpunit.result.cache
README.md