aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index a3a22a15..00070561 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -10,23 +10,33 @@
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
25*.mo binary
19 26
20# Exclude from Git archives 27# Exclude from Git archives
28.editorconfig export-ignore
21.gitattributes export-ignore 29.gitattributes export-ignore
30.github export-ignore
22.gitignore export-ignore 31.gitignore export-ignore
23.travis.yml export-ignore 32.travis.yml export-ignore
24doc/**/*.json export-ignore 33doc/**/*.json export-ignore
25doc/**/*.md export-ignore 34doc/**/*.md export-ignore
26.docker/ export-ignore 35.docker/ export-ignore
27.dockerignore export-ignore 36.dockerignore export-ignore
28Dockerfile export-ignore 37Dockerfile* export-ignore
29Doxyfile export-ignore 38Doxyfile export-ignore
30Makefile export-ignore 39Makefile export-ignore
40mkdocs.yml export-ignore
31phpunit.xml export-ignore 41phpunit.xml export-ignore
32tests/ export-ignore 42tests/ export-ignore