mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
248c7fcb5f
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.icns binary
|
|
|
|
www/docs/static/schema.json linguist-generated=true
|
|
www/docs/static/schema-pro.json linguist-generated=true
|
|
www/docs/static/releases.json linguist-generated=true
|
|
www/docs/static/releases-pro.json linguist-generated=true
|
|
*.nix.golden linguist-language=Nix
|
|
*.rb.golden linguist-language=Ruby
|
|
*.json.golden linguist-language=JSON
|
|
*.yaml.golden linguist-language=YAML
|