Retire .env et les artefacts writable du tracking; versionne deploy_dev.php pour survivre à git clean -fd. Co-authored-by: Cursor <cursoragent@cursor.com>
39 lines
648 B
Plaintext
39 lines
648 B
Plaintext
# Secrets / env local
|
|
ci4app/.env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!ci4app/.env.example
|
|
|
|
# IDE — ne jamais committer les connexions SQL (copier settings.json.example)
|
|
.vscode/settings.json
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
error_log
|
|
**/error_log
|
|
|
|
# CI4 runtime
|
|
ci4app/writable/cache/*
|
|
!ci4app/writable/cache/index.html
|
|
ci4app/writable/logs/*
|
|
!ci4app/writable/logs/index.html
|
|
ci4app/writable/session/*
|
|
!ci4app/writable/session/index.html
|
|
ci4app/writable/uploads/*
|
|
!ci4app/writable/uploads/index.html
|
|
ci4app/writable/debugbar/
|
|
ci4app/writable/*.json
|
|
|
|
# Composer (si vendor est installé localement)
|
|
ci4app/vendor/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|