pinakes/.gitattributes
NotAShelf d26f237828
meta: configure gitattributes; don't diff churn
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9d22892a5f90a95c29fa8979512b13646a6a6964
2026-03-22 22:05:03 +03:00

26 lines
804 B
Text

*.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