meta: configure gitattributes; don't diff churn
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I9d22892a5f90a95c29fa8979512b13646a6a6964
This commit is contained in:
parent
7ed66f1d3f
commit
d26f237828
1 changed files with 26 additions and 0 deletions
26
.gitattributes
vendored
Normal file
26
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
*.sh text eol=lf
|
||||||
|
|
||||||
|
# Don't diff churn.
|
||||||
|
*.lock -diff
|
||||||
|
*LICENSE -diff
|
||||||
|
|
||||||
|
# Try to get markdown files to be treated as markdown
|
||||||
|
# by linguist - ** prefix is for all subdirectories.
|
||||||
|
**/*.md linguist-detectable
|
||||||
|
**/*.md linguist-language=Markdown
|
||||||
|
|
||||||
|
# This is vendored code, because it's generated by build tools.
|
||||||
|
# See:
|
||||||
|
# <https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#vendored-code>
|
||||||
|
/docs/api/*.json linguist-vendored
|
||||||
|
/docs/api/*.md linguist-vendored
|
||||||
|
/crates/pinakes-ui/assets/css/main.css linguist-vendored
|
||||||
|
|
||||||
|
# Git Configuration files
|
||||||
|
*.gitattributes linguist-detectable=false
|
||||||
|
*.gitattributes linguist-documentation=false
|
||||||
|
*.gitignore linguist-detectable=false
|
||||||
|
*.gitignore linguist-documentation=false
|
||||||
|
*.editorconfig linguist-detectable=false
|
||||||
|
*.editorconfig linguist-documentation=false
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue