phpservermon/.gitattributes
Samuel Denis-D'Ortun 3af2b23518 Update .gitattributes
2016-05-19 01:22:07 -04:00

15 lines
307 B
Plaintext

# Autodetect text files
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.txt text eol=lf
*.php text eol=lf
*.css text eol=lf
*.js text eol=lf
*.phar binary
.gitignore export-ignore
.gitattributes export-ignore
Vagrantfile export-ignore
puphpet export-ignore