]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .gitattributes
JS translation
[github/shaarli/Shaarli.git] / .gitattributes
CommitLineData
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 11Dockerfile 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
25
26# Exclude from Git archives
e9619cc4 27.editorconfig export-ignore
c6a7972d 28.gitattributes export-ignore
3ee5c697 29.github export-ignore
c6a7972d
V
30.gitignore export-ignore
31.travis.yml export-ignore
c6a7972d
V
32doc/**/*.json export-ignore
33doc/**/*.md export-ignore
453f4653 34docker/ export-ignore
c6a7972d
V
35Doxyfile export-ignore
36Makefile export-ignore
53ed6d7d 37mkdocs.yml export-ignore
c6a7972d
V
38phpunit.xml export-ignore
39tests/ export-ignore