]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .gitattributes
Merge pull request #419 from virtualtam/gitattributes
[github/shaarli/Shaarli.git] / .gitattributes
CommitLineData
c6a7972d
V
1# Set default behavior
2* text=auto eol=lf
3
4# Ensure sources are processed
5*.css text
6*.html text diff=html
7*.js text
8*.md text
9*.php text diff=php
10
11# Do not alter images nor minified scripts
12*.ico binary
13*.jpg binary
14*.png binary
15*.min.css binary
16*.min.js binary
17
18# Exclude from Git archives
19.gitattributes export-ignore
20.gitignore export-ignore
21.travis.yml export-ignore
22composer.json export-ignore
23doc/**/*.json export-ignore
24doc/**/*.md export-ignore
25Doxyfile export-ignore
26Makefile export-ignore
27phpunit.xml export-ignore
28tests/ export-ignore