# File yang TIDAK perlu di-upload ke hosting
# Gunakan file ini sebagai referensi saat upload

# Development files
node_modules/
.git/
.gitignore
.editorconfig
.phpactor.json
.phpunit.result.cache
.idea/
.vscode/
.nova/
.zed/
.DS_Store
Thumbs.db

# Environment files (buat baru di hosting)
.env
.env.backup
.env.production
.env.local

# Logs
*.log
storage/logs/*
!storage/logs/.gitkeep

# Cache
storage/framework/cache/*
!storage/framework/cache/.gitkeep
storage/framework/sessions/*
!storage/framework/sessions/.gitkeep
storage/framework/views/*
!storage/framework/views/.gitkeep
storage/framework/testing/*
!storage/framework/testing/.gitkeep

# Testing
.phpunit.cache/
tests/

# Documentation (opsional)
docs/
README.md
DEPLOYMENT.md

# Development scripts
Homestead.json
Homestead.yaml
auth.json

# Pail logs
storage/pail/

# Build files - CATATAN: Folder public/build/ HARUS di-upload!
# Tapi kita ignore di git karena akan di-build sebelum deploy
# public/build/

