fix: corrección de cpanel y otras funciones

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