mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
https://git-scm.com/docs/gitattributes#_marking_files_as_binary > Git usually guesses correctly whether a blob contains text or binary data by examining the beginning of the contents. However, sometimes you may want to override its decision, either because a blob contains binary data later in the file, or because the content, while technically composed of text characters, is opaque to a human reader.
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
* text=auto
|
|
|
|
/tests export-ignore
|
|
.editorconfig export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
phpunit.xml export-ignore
|
|
|
|
/bin/ngrok -diff
|