]>
Commit | Line | Data |
---|---|---|
c6a7972d V |
1 | # Set default behavior |
2 | * text=auto eol=lf | |
3 | ||
4 | # Ensure sources are processed | |
453f4653 | 5 | *.conf text |
c6a7972d V |
6 | *.css text |
7 | *.html text diff=html | |
8 | *.js text | |
9 | *.md text | |
10 | *.php text diff=php | |
453f4653 | 11 | Dockerfile text |
c6a7972d | 12 | |
07b57cfe | 13 | # Do not alter images nor minified scripts nor fonts |
c6a7972d V |
14 | *.ico binary |
15 | *.jpg binary | |
16 | *.png binary | |
07b57cfe A |
17 | *.svg binary |
18 | *.otf binary | |
19 | *.eot binary | |
20 | *.woff binary | |
21 | *.woff2 binary | |
22 | *.ttf binary | |
c6a7972d V |
23 | *.min.css binary |
24 | *.min.js binary | |
d6379763 | 25 | *.mo binary |
c6a7972d V |
26 | |
27 | # Exclude from Git archives | |
47978e87 | 28 | .editorconfig export-ignore |
03b483aa | 29 | .dev export-ignore |
47978e87 A |
30 | .gitattributes export-ignore |
31 | .github export-ignore | |
32 | .gitignore export-ignore | |
33 | .travis.yml export-ignore | |
34 | doc/**/*.json export-ignore | |
35 | doc/**/*.md export-ignore | |
2a3fe990 V |
36 | .docker/ export-ignore |
37 | .dockerignore export-ignore | |
81c80130 | 38 | docker-compose.* export-ignore |
2a3fe990 | 39 | Dockerfile* export-ignore |
47978e87 A |
40 | Doxyfile export-ignore |
41 | Makefile export-ignore | |
42 | node_modules/ export-ignore | |
43 | mkdocs.yml export-ignore | |
44 | phpunit.xml export-ignore | |
45 | tests/ export-ignore |