2015-12-23 19:11:33 +01:00
|
|
|
# Set default behavior
|
|
|
|
* text=auto eol=lf
|
|
|
|
|
|
|
|
# Ensure sources are processed
|
2015-12-24 17:17:46 +01:00
|
|
|
*.conf text
|
2015-12-23 19:11:33 +01:00
|
|
|
*.css text
|
|
|
|
*.html text diff=html
|
|
|
|
*.js text
|
|
|
|
*.md text
|
|
|
|
*.php text diff=php
|
2015-12-24 17:17:46 +01:00
|
|
|
Dockerfile text
|
2015-12-23 19:11:33 +01:00
|
|
|
|
|
|
|
# Do not alter images nor minified scripts
|
|
|
|
*.ico binary
|
|
|
|
*.jpg binary
|
|
|
|
*.png binary
|
|
|
|
*.min.css binary
|
|
|
|
*.min.js binary
|
|
|
|
|
|
|
|
# Exclude from Git archives
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
|
|
|
.travis.yml export-ignore
|
|
|
|
composer.json export-ignore
|
|
|
|
doc/**/*.json export-ignore
|
|
|
|
doc/**/*.md export-ignore
|
2015-12-24 17:17:46 +01:00
|
|
|
docker/ export-ignore
|
2015-12-23 19:11:33 +01:00
|
|
|
Doxyfile export-ignore
|
|
|
|
Makefile export-ignore
|
|
|
|
phpunit.xml export-ignore
|
|
|
|
tests/ export-ignore
|