aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes33
1 files changed, 18 insertions, 15 deletions
diff --git a/.gitattributes b/.gitattributes
index 00070561..9a92bc37 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -25,18 +25,21 @@ Dockerfile text
25*.mo binary 25*.mo binary
26 26
27# Exclude from Git archives 27# Exclude from Git archives
28.editorconfig export-ignore 28.editorconfig export-ignore
29.gitattributes export-ignore 29.dev export-ignore
30.github export-ignore 30.gitattributes export-ignore
31.gitignore export-ignore 31.github export-ignore
32.travis.yml export-ignore 32.gitignore export-ignore
33doc/**/*.json export-ignore 33.travis.yml export-ignore
34doc/**/*.md export-ignore 34doc/**/*.json export-ignore
35.docker/ export-ignore 35doc/**/*.md export-ignore
36.dockerignore export-ignore 36.docker/ export-ignore
37Dockerfile* export-ignore 37.dockerignore export-ignore
38Doxyfile export-ignore 38docker-compose.* export-ignore
39Makefile export-ignore 39Dockerfile* export-ignore
40mkdocs.yml export-ignore 40Doxyfile export-ignore
41phpunit.xml export-ignore 41Makefile export-ignore
42tests/ export-ignore 42node_modules/ export-ignore
43mkdocs.yml export-ignore
44phpunit.xml export-ignore
45tests/ export-ignore