mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 03:21:13 +01:00
* Adjust gitattributes file (mark some files binary, mark bat files as using crlf endings) * Fix remaining line endings issues
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
# linguist-generated would suppress files in diffs
|
|
**/src/test/files/** linguist-vendored
|
|
|
|
/docs/** linguist-documentation
|
|
|
|
*.pkl linguist-language=Groovy
|
|
* text eol=lf
|
|
*.bat text eol=crlf
|
|
|
|
*.gif binary
|
|
*.jar binary
|
|
*.woff2 binary
|
|
*.pem binary
|
|
*.png binary
|