fleet/.gitattributes
Benjamin Edwards 799243ffb5
Windows friendly changes after walking through getting started guide (#1441)
* update .gitattributes to be explicit about line endings with regards to the test certs
* update building-fleet guide to include python2 dependency on windows
* update configuration to default to OS specific temporary directories
2021-07-21 20:49:44 -04:00

13 lines
816 B
Plaintext

# Fleet is, in large part, a Go app, so to avoid confusion we'll help GitHub understand that.
# Thanks @wabri, @brymon68, and Linguist!
# - https://github.community/t/how-to-change-the-category/2261/3)
# - https://github.com/github/linguist/issues/4769
# - https://github.com/github/linguist/blob/2a6f9e29e198afbaa721164680bbc3b292dad260/docs/overrides.md#vendored-code
website/ linguist-vendored
website/* linguist-vendored
website/** linguist-vendored
# windows is funny about line endings see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings for more details
# test TestCertificateChain in server/service/service_certificate_test.go was having issues on Windows
server/service/testdata/server.key text eol=lf
server/service/testdata/server.pem text eol=lf