Files
UAS_WEBGIS_DeranggaArayAbim…/.dockerignore
T
2026-06-10 19:46:13 +07:00

45 lines
526 B
Plaintext

# 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