github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/.gitattributes (about) 1 # Treat all files in this repo as binary, with no git magic updating 2 # line endings. Windows users contributing to Go will need to use a 3 # modern version of git and editors capable of LF line endings. 4 # 5 # We'll prevent accidental CRLF line endings from entering the repo 6 # via the git-review gofmt checks. 7 # 8 # See golang.org/issue/9281 9 10 * -text 11 12 # The builders assume the git archive *.tar.gz of the tree is under 13 # 25 MB but this repo is 31+ MB with all the images. 14 # So exclude those. 15 # See https://golang.org/issue/11199 16 17 *.jpg export-ignore 18 *.jpeg export-ignore 19 *.png export-ignore 20 *.gif export-ignore 21 *.pdf export-ignore