# Real config with secrets — never commit.
/config/app.php
/config/install.defaults.php

# Runtime state.
/storage/logs/*
!/storage/logs/.gitkeep
/storage/cache/*
!/storage/cache/.gitkeep
/storage/backup/*
!/storage/backup/.gitkeep
/storage/install.lock

# Dependency directory (Composer is optional, not required at runtime).
/vendor/

# OS / editor cruft.
.DS_Store
Thumbs.db
.idea/
.vscode/
