Initial commit — WebGIS UAS GeoMiskin
Sistem WebGIS analisis sebaran penduduk miskin dan jangkauan rumah ibadah. Fitur: peta interaktif Leaflet.js, CRUD rumah ibadah & penduduk miskin, auto-kategorisasi haversine, heatmap, export PDF/CSV, dashboard analitik, manajemen pengguna (superadmin/admin), login sistem. Teknologi: PHP, MySQL, Leaflet.js, OpenStreetMap, Nominatim Geocoding, mPDF. Catatan: jalankan `composer install` di folder uas/ untuk install dependencies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# Composer dependencies
|
||||
uas/vendor/
|
||||
vendor/
|
||||
|
||||
# Uploaded files (user data - tidak perlu di-version)
|
||||
/uploads/
|
||||
uas/uploads/bukti/
|
||||
uas/uploads/kemiskinan/
|
||||
|
||||
# PHP session / cache
|
||||
*.log
|
||||
*.cache
|
||||
/tmp/
|
||||
|
||||
# XAMPP / OS files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
desktop.ini
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Temp test files
|
||||
uas/test_*.php
|
||||
Reference in New Issue
Block a user