Files
Webgis/01/.gitignore
2026-06-12 22:44:23 +07:00

23 lines
390 B
Plaintext

# Development files
.vscode/
.idea/
# Local XAMPP/PHP Server files
error_log
access_log
*.log
# Environment specific configuration
# (Note: we leave koneksi.php tracked for this template,
# but usually it should be ignored in a real production repo)
# php/koneksi.php
# OS generated files
.DS_Store
Thumbs.db
# Coolify Local Debugger config
.env
.coolify-local.json
Dockerfile.coolify