fix: corrección de cpanel y otras funciones

This commit is contained in:
2026-07-07 14:52:25 -06:00
parent 676ef0d506
commit 83097b8772
3 changed files with 39 additions and 16 deletions
+16 -11
View File
@@ -1,8 +1,14 @@
*.log
.DS_Store
# Composer dependencies (se instalan en el servidor con composer install)
/vendor/
# Environment & secrets
.env
.env.backup
.env.production
# IDE & editor files
.DS_Store
Thumbs.db
.phpactor.json
.phpunit.result.cache
/.fleet
@@ -11,32 +17,31 @@
/.phpunit.cache
/.vscode
/.zed
/auth.json
/.claude
/auth.json
# Laravel local dev
/node_modules
/public/hot
/public/storage
/storage/*.key
/storage/pail
Homestead.json
Homestead.yaml
Thumbs.db
# Laravel storage
/storage/*.key
# Laravel storage (content generated at runtime)
/storage/app/*
!/storage/app/public
/storage/app/public/*
!/storage/app/public/.gitignore
/storage/framework/*
/storage/logs/*
# Livewire temp
/storage/app/private/livewire-tmp
# Archivos subidos
# Uploaded files
/storage/app/public/documentos
# Logs
*.log