Adding .dockerignore

This commit is contained in:
Araya's Project
2026-06-10 19:46:13 +07:00
parent 980017464b
commit 36aec6b94d
+45
View File
@@ -0,0 +1,45 @@
# Git
.git
.gitignore
.gitattributes
# Docker files (tidak perlu masuk image)
docker-compose.yml
.dockerignore
# Dokumentasi
README.md
**/README.md
# SQL files (hanya dipakai untuk init DB, bukan bagian app)
**/setup.sql
**/schema.sql
**/database.sql
**/seed.sql
database/
# Seed scripts (hanya untuk dev)
**/seed.php
# OS & editor junk
.DS_Store
Thumbs.db
desktop.ini
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
*.code-workspace
# Logs
*.log
logs/
# Environment files (jangan masuk image)
.env
.env.*
!.env.example