gitattributes
gitattributes copied to clipboard
A collection of useful .gitattributes templates
Even if it's in a separate GitHub repository, I think a `gh` CLI extension is a good idea. It'd be cool to have a CLI tool in addition to the...
https://github.com/github/gitignore/blob/main/Jekyll.gitignore https://github.com/github/gitignore/blob/main/Node.gitignore It seems like, if anything, web.gitattributes should be node.gitattributes. 🤷♂️ since all that tooling is Node.js-related even if it's final destination is a web browser.
Bottom line: Why is it there? Isn't `*.thing text` the normal default? 🤔  https://www.git-scm.com/docs/gitattributes It would _appear_ from my limited understanding that leaving it unset for these `*.json` and...
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...
many templates, e.g., common and web contains default wildcard text config, this will override the previous text `set` status.
Add more behaviors for SQL/SQL server database projects. to automatically normalize line endings.
I have tried researching this and have hit a bit of a wall and was hoping the maintainers here could clear it up or point me in the right direction....
Hi! Some Unity packages, including official ones, are distributed in `.tgz` format. Added it to gitattributes.
I'm not entirely sure yet how git lfs + attributes work but I think it replaced binary crlf with lf It broke my Terrain.asset file, which seems to be in...