mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-13 20:56:59 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
# By default, do not attempt to do any end-of-line conversion upon
|
|
# checkin or checkout.
|
|
* -text
|
|
|
|
# For specific file-types, force conversion to LF line endings. This
|
|
# can be overridden below or in a more specific .gitattributes if, for
|
|
# example, we want to allow a .txt file to contain a CRLF line ending
|
|
*.go text eol=lf
|
|
*.txt text eol=lf
|