aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 059fbb18..82f37602 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -10,10 +10,16 @@
10*.php text diff=php 10*.php text diff=php
11Dockerfile text 11Dockerfile text
12 12
13# Do not alter images nor minified scripts 13# Do not alter images nor minified scripts nor fonts
14*.ico binary 14*.ico binary
15*.jpg binary 15*.jpg binary
16*.png binary 16*.png binary
17*.svg binary
18*.otf binary
19*.eot binary
20*.woff binary
21*.woff2 binary
22*.ttf binary
17*.min.css binary 23*.min.css binary
18*.min.js binary 24*.min.js binary
19 25