]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitattributes
Use makefile target to generate MO file and remove it from git
[github/shaarli/Shaarli.git] / .gitattributes
1 # Set default behavior
2 * text=auto eol=lf
3
4 # Ensure sources are processed
5 *.conf text
6 *.css text
7 *.html text diff=html
8 *.js text
9 *.md text
10 *.php text diff=php
11 Dockerfile text
12
13 # Do not alter images nor minified scripts nor fonts
14 *.ico binary
15 *.jpg binary
16 *.png binary
17 *.svg binary
18 *.otf binary
19 *.eot binary
20 *.woff binary
21 *.woff2 binary
22 *.ttf binary
23 *.min.css binary
24 *.min.js binary
25 *.mo binary
26
27 # Exclude from Git archives
28 .editorconfig export-ignore
29 .gitattributes export-ignore
30 .github export-ignore
31 .gitignore export-ignore
32 .travis.yml export-ignore
33 doc/**/*.json export-ignore
34 doc/**/*.md export-ignore
35 docker/ export-ignore
36 Doxyfile export-ignore
37 Makefile export-ignore
38 mkdocs.yml export-ignore
39 phpunit.xml export-ignore
40 tests/ export-ignore