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
|
|
|
|
2017-03-09 19:39:13 +01:00
|
|
|
# Do not alter images nor minified scripts nor fonts
|
2015-12-23 19:11:33 +01:00
|
|
|
*.ico binary
|
|
|
|
*.jpg binary
|
|
|
|
*.png binary
|
2017-03-09 19:39:13 +01:00
|
|
|
*.svg binary
|
|
|
|
*.otf binary
|
|
|
|
*.eot binary
|
|
|
|
*.woff binary
|
|
|
|
*.woff2 binary
|
|
|
|
*.ttf binary
|
2015-12-23 19:11:33 +01:00
|
|
|
*.min.css binary
|
|
|
|
*.min.js binary
|
2017-05-20 15:53:35 +02:00
|
|
|
*.mo binary
|
2015-12-23 19:11:33 +01:00
|
|
|
|
|
|
|
# Exclude from Git archives
|
2018-02-24 18:37:57 +01:00
|
|
|
.editorconfig export-ignore
|
2018-05-10 13:29:47 +02:00
|
|
|
.dev export-ignore
|
2018-02-24 18:37:57 +01:00
|
|
|
.gitattributes export-ignore
|
|
|
|
.github export-ignore
|
|
|
|
.gitignore export-ignore
|
|
|
|
.travis.yml export-ignore
|
|
|
|
doc/**/*.json export-ignore
|
|
|
|
doc/**/*.md export-ignore
|
2018-06-17 01:02:50 +02:00
|
|
|
.docker/ export-ignore
|
|
|
|
.dockerignore export-ignore
|
|
|
|
Dockerfile* export-ignore
|
2018-02-24 18:37:57 +01:00
|
|
|
Doxyfile export-ignore
|
|
|
|
Makefile export-ignore
|
|
|
|
node_modules/ export-ignore
|
|
|
|
mkdocs.yml export-ignore
|
|
|
|
phpunit.xml export-ignore
|
|
|
|
tests/ export-ignore
|