aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
blob: 0007056167d7688119251a42814fea9200b76bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Set default behavior
*       text=auto eol=lf

# Ensure sources are processed
*.conf  text
*.css   text
*.html  text diff=html
*.js    text
*.md    text
*.php   text diff=php
Dockerfile      text

# Do not alter images nor minified scripts nor fonts
*.ico           binary
*.jpg           binary
*.png           binary
*.svg           binary
*.otf           binary
*.eot           binary
*.woff          binary
*.woff2         binary
*.ttf           binary
*.min.css       binary
*.min.js        binary
*.mo            binary

# Exclude from Git archives
.editorconfig   export-ignore
.gitattributes  export-ignore
.github         export-ignore
.gitignore      export-ignore
.travis.yml     export-ignore
doc/**/*.json   export-ignore
doc/**/*.md     export-ignore
.docker/        export-ignore
.dockerignore   export-ignore
Dockerfile*     export-ignore
Doxyfile        export-ignore
Makefile        export-ignore
mkdocs.yml      export-ignore
phpunit.xml     export-ignore
tests/          export-ignore