]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .gitattributes
Wow! Cool .gitattributes do cool stuff.
[Github/YOURLS.git] / .gitattributes
1 # Auto detect text files and perform LF normalization
2 * text=auto
3
4 # Generate pretty patches for PHP
5 *.php diff=php
6
7 # Exclude certain files or directories when generating an archive
8 assets/less/ export-ignore
9 .travis.yml export-ignore
10 .gitignore export-ignore
11 .gitattributes export-ignore