phpservermon/.gitattributes

15 lines
307 B
Plaintext
Raw Permalink 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
2016-05-19 07:22:07 +02:00
*.phar binary
.gitignore export-ignore
.gitattributes export-ignore
Vagrantfile export-ignore
puphpet export-ignore