gitattributes icon indicating copy to clipboard operation
gitattributes copied to clipboard

A collection of useful .gitattributes templates

Results 9 gitattributes issues
Sort by recently updated
recently updated
newest added

Terraform and hasiCorp use their own format. .tf for terraform config files .tfvars for variables. .hcl -> hasicorp config lang (general catch all for many of their products) I went...

`.tina/__generated__/` is `linguist-generated` https://tina.io/

Not advocating for mjs, just completeness

taken from [this example](https://github.com/szepeviktor/small-project/blob/master/.gitattributes) from @szepeviktor's [small-project](https://github.com/szepeviktor/small-project/) and added a couple more common config files to ignore open to improvements/suggestions and will create a PR after some time for feedback...

Searching inside this repo for `pdf` reveals the following: ``` # /Common.gitattributes *.pdf diff=astextplain *.PDF diff=astextplain # /Fountain.gitattributes *.pdf binary # /Delphi.gitattributes *.pdf text # /Unity.gitattributes *.pdf binary # /Web.gitattributes...

Closes #181 Closes #204 Doesn't make sense that the PDF format should be treated as text, must of been a typo or something. This fixes that.

## Change 1 - Historical context 1. `.blend1` files were included with a wildcard in #228 2. The wildcard was removed to fix `.blend.meta` files in #229 3. On another...