realcity-group-website/.gitattributes
2025-05-28 22:38:46 -06:00

23 lines
480 B
Plaintext

* text=auto eol=lf
# Formatos específicos
*.php diff=php
*.json diff=json
*.md diff=markdown
*.blade.php diff=html
*.html diff=html
*.css diff=css
*.scss diff=css
*.yml diff=yaml
# Ignorar exportación para archivos que no van a producción
/tests export-ignore
/.github export-ignore
/.git export-ignore
.phpunit.xml.dist export-ignore
CHANGELOG.md export-ignore
README.md export-ignore
.styleci.yml export-ignore
/resources/assets export-ignore
/resources/sass export-ignore