39 lines
615 B
Text
39 lines
615 B
Text
# Local SQLite database + WAL/SHM files
|
|
data/*.sqlite
|
|
data/*.sqlite-shm
|
|
data/*.sqlite-wal
|
|
|
|
# Generated by deploy scripts — version/sha/branch/built fingerprint for the footer
|
|
web/BUILD
|
|
|
|
# Local config overrides (never commit secrets)
|
|
config/config.local.php
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Editor / IDE
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Composer (if/when used)
|
|
vendor/
|
|
composer.lock
|
|
|
|
# npm (if a project type ever needs it locally)
|
|
node_modules/
|
|
|
|
# PHP-CGI temp / coverage
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|
|
|
|
# Backups produced locally by the backup endpoint when invoked from CLI
|
|
*.bak
|
|
*.zip
|