Déplace deploy_dev.php dans public_html, retire www/home du tracking, et limite git clean aux chemins applicatifs. Co-authored-by: Cursor <cursoragent@cursor.com>
69 lines
1.0 KiB
Plaintext
69 lines
1.0 KiB
Plaintext
# Secrets / env local (serveur: souvent /home/ms1reader/.env)
|
|
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
|
|
ci4app/vendor/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# Doublons locaux / symlink serveur (www -> public_html)
|
|
www/
|
|
home/
|
|
|
|
# cPanel / compte hébergement (git root = $HOME)
|
|
mail/
|
|
ssl/
|
|
logs/
|
|
tmp/
|
|
etc/
|
|
.cagefs/
|
|
.caldav/
|
|
.cache/
|
|
.cl.selector/
|
|
.cpanel/
|
|
.htpasswds/
|
|
.koality/
|
|
.spamassassin/
|
|
.trash/
|
|
public_ftp/
|
|
access-logs
|
|
ci4writable/
|
|
reader/
|
|
.wp-toolkit-identifier
|
|
.imunify_patch_id
|
|
.myimunify_id
|
|
.bash_history
|
|
.mysql_history
|
|
.lastlogin
|