*.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: # /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