Compare commits
No commits in common. "4792cfa04f753b03fa32c9976948b2606ae410fa" and "ac40d0f3997b6ee68e2b18ebe2917a1a5d39371b" have entirely different histories.
4792cfa04f
...
ac40d0f399
36
.gitattributes
vendored
36
.gitattributes
vendored
@ -1,24 +1,38 @@
|
|||||||
# 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
|
||||||
/.gitignore export-ignore
|
CHANGELOG.md export-ignore
|
||||||
/.git export-ignore
|
.styleci.yml 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
|
|
||||||
CONTRIBUTING.md export-ignore
|
# Ignorar node_modules y dependencias locales
|
||||||
README.md export-ignore
|
node_modules/ export-ignore
|
||||||
composer.lock export-ignore
|
vendor/ 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
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"koneko/laravel-sat-catalogs": "dev-main",
|
"koneko/laravel-sat-catalogs": "@dev",
|
||||||
"koneko/laravel-vuexy-admin": "dev-main",
|
"koneko/laravel-vuexy-admin": "@dev",
|
||||||
"laravel/framework": "^11.31",
|
"laravel/framework": "^11.31",
|
||||||
"spatie/pdf-to-text": "^1.54"
|
"spatie/pdf-to-text": "^1.54"
|
||||||
},
|
},
|
||||||
@ -33,5 +33,6 @@
|
|||||||
"source": "https://github.com/koneko-mx/laravel-vuexy-contacts",
|
"source": "https://github.com/koneko-mx/laravel-vuexy-contacts",
|
||||||
"issues": "https://github.com/koneko-mx/laravel-vuexy-contacts/issues"
|
"issues": "https://github.com/koneko-mx/laravel-vuexy-contacts/issues"
|
||||||
},
|
},
|
||||||
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user