You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
307 B
Plaintext
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
|