2025-03-07 02:56:28 -06:00
|
|
|
# Normaliza los saltos de línea en diferentes SO
|
2025-03-05 20:48:45 -06:00
|
|
|
* text=auto eol=lf
|
|
|
|
|
2025-03-07 02:56:28 -06:00
|
|
|
# Reglas para archivos específicos
|
2025-03-05 20:48:45 -06:00
|
|
|
*.blade.php diff=html
|
|
|
|
*.css diff=css
|
|
|
|
*.html diff=html
|
|
|
|
*.md diff=markdown
|
|
|
|
*.php diff=php
|
|
|
|
|
2025-03-07 02:56:28 -06:00
|
|
|
# Evitar que estos archivos se exporten con Composer create-project
|
2025-03-05 20:48:45 -06:00
|
|
|
/.github export-ignore
|
2025-03-07 02:56:28 -06:00
|
|
|
/.gitignore export-ignore
|
|
|
|
/.git export-ignore
|
|
|
|
.gitattributes export-ignore
|
2025-03-05 20:48:45 -06:00
|
|
|
.editorconfig export-ignore
|
|
|
|
.prettierrc.json export-ignore
|
|
|
|
.prettierignore export-ignore
|
|
|
|
.eslintrc.json export-ignore
|
2025-03-07 02:56:28 -06:00
|
|
|
CHANGELOG.md export-ignore
|
|
|
|
CONTRIBUTING.md export-ignore
|
|
|
|
README.md export-ignore
|
|
|
|
composer.lock export-ignore
|
|
|
|
package-lock.json export-ignore
|