aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index e616be28..aaf6a39e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,11 +2,13 @@
2* text=auto eol=lf 2* text=auto eol=lf
3 3
4# Ensure sources are processed 4# Ensure sources are processed
5*.conf text
5*.css text 6*.css text
6*.html text diff=html 7*.html text diff=html
7*.js text 8*.js text
8*.md text 9*.md text
9*.php text diff=php 10*.php text diff=php
11Dockerfile text
10 12
11# Do not alter images nor minified scripts 13# Do not alter images nor minified scripts
12*.ico binary 14*.ico binary
@@ -22,6 +24,7 @@
22composer.json export-ignore 24composer.json export-ignore
23doc/**/*.json export-ignore 25doc/**/*.json export-ignore
24doc/**/*.md export-ignore 26doc/**/*.md export-ignore
27docker/ export-ignore
25Doxyfile export-ignore 28Doxyfile export-ignore
26Makefile export-ignore 29Makefile export-ignore
27phpunit.xml export-ignore 30phpunit.xml export-ignore