phpservermon/.gitattributes

15 lines
322 B
Plaintext
Raw Normal View History

# Autodetect text files
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
2016-05-15 10:35:27 +02:00
*.txt text eol=lf
*.php text eol=lf
*.css text eol=lf
*.js text eol=lf
composer.phar text eol=input
.gitignore export-ignore
.gitattributes export-ignore
Vagrantfile export-ignore
puphpet export-ignore