]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .gitattributes
Bump Shaarli version to v0.8.7
[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
V
12
13# Do not alter images nor minified scripts
14*.ico binary
15*.jpg binary
16*.png binary
17*.min.css binary
18*.min.js binary
19
20# Exclude from Git archives
21.gitattributes export-ignore
22.gitignore export-ignore
23.travis.yml export-ignore
c6a7972d
V
24doc/**/*.json export-ignore
25doc/**/*.md export-ignore
35927142
V
26.docker/ export-ignore
27.dockerignore export-ignore
28Dockerfile export-ignore
c6a7972d
V
29Doxyfile export-ignore
30Makefile export-ignore
31phpunit.xml export-ignore
32tests/ export-ignore