# =========================
# System files
# =========================
*.log
.DS_Store
Thumbs.db

# =========================
# Environment files
# =========================
.env
.env.backup
.env.production

# =========================
# IDE / Editor
# =========================
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.nova
/.phpunit.cache
/.vscode
/.zed

# =========================
# Laravel core
# =========================
/vendor
/node_modules

# Build assets
/public/build
/public/hot

# Symlink (public storage)
public/storage

# =========================
# Storage (IMPORTANT)
# =========================
/storage/*.key
/storage/pail

# Ignore all storage except keep structure
/storage/*
!/storage/app/
/storage/app/*
!/storage/app/public/
!/storage/app/public/uploads/
/storage/app/public/uploads/*
!/storage/app/public/uploads/.gitkeep

# =========================
# Homestead (if used)
# =========================
Homestead.json
Homestead.yaml

# =========================
# Auth
# =========================
auth.json