23 lines
390 B
Plaintext
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
|