This commit is contained in:
Arturo Corro 2025-03-07 03:24:53 -06:00
parent ef69f4cbb8
commit 0c74324936
2 changed files with 12 additions and 26 deletions

36
.gitattributes vendored
View File

@ -1,38 +1,24 @@
# Normaliza los saltos de línea en diferentes SO
* text=auto eol=lf * text=auto eol=lf
# Reglas para archivos específicos
*.blade.php diff=html *.blade.php diff=html
*.css diff=css *.css diff=css
*.html diff=html *.html diff=html
*.md diff=markdown *.md diff=markdown
*.php diff=php *.php diff=php
# Evitar que estos archivos se exporten con Composer create-project
/.github export-ignore /.github export-ignore
CHANGELOG.md export-ignore /.gitignore export-ignore
.styleci.yml export-ignore /.git export-ignore
.gitattributes export-ignore
# Ignorar archivos de configuración y herramientas de desarrollo
.editorconfig export-ignore .editorconfig export-ignore
.prettierrc.json export-ignore .prettierrc.json export-ignore
.prettierignore export-ignore .prettierignore export-ignore
.eslintrc.json export-ignore .eslintrc.json export-ignore
CHANGELOG.md export-ignore
# Ignorar node_modules y dependencias locales CONTRIBUTING.md export-ignore
node_modules/ export-ignore README.md export-ignore
vendor/ export-ignore composer.lock export-ignore
package-lock.json export-ignore
# Ignorar archivos de build
npm-debug.log export-ignore
# Ignorar carpetas de logs y caché
storage/logs/ export-ignore
storage/framework/ export-ignore
# Ignorar carpetas de compilación de frontend
public/build/ export-ignore
dist/ export-ignore
# Ignorar archivos de CI/CD
.github/ export-ignore
.gitlab-ci.yml export-ignore
.vscode/ export-ignore
.idea/ export-ignore

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"koneko/laravel-vuexy-admin": "@dev", "koneko/laravel-vuexy-admin": "dev-main",
"laravel/framework": "^11.31" "laravel/framework": "^11.31"
}, },
"autoload": { "autoload": {