Release inicial 1.0.0

This commit is contained in:
2025-03-10 18:25:41 -06:00
commit ba2845242d
83 changed files with 309608 additions and 0 deletions

32
.gitattributes vendored Normal file
View File

@ -0,0 +1,32 @@
# Normaliza los saltos de línea en diferentes SO
* text=auto eol=lf
# Reglas para archivos específicos
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
# Solo en producción
bootstrap.php export-ignore
bootstrap export-ignore
Bootstrap export-ignore
artisan export-ignore
storage export-ignore
# Evitar que estos archivos se exporten con Composer create-project
/.github export-ignore
/.gitignore export-ignore
/.git export-ignore
/dev export-ignore
.gitattributes export-ignore
.editorconfig export-ignore
.prettierrc.json export-ignore
.prettierignore export-ignore
.eslintrc.json export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
README.md export-ignore
composer.lock export-ignore
package-lock.json export-ignore