nichts/nyx/.gitattributes
2024-04-09 23:11:33 +02:00

24 lines
763 B
Text

# always use LF line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work
**/*.sh text eol=lf
# try to get markdown files to be treated as markdown
# by linguist - ** prefix is for all subdirectories
**/*.md linguist-detectable
**/*.md linguist-language=Markdown
# make .age files basically unreadable1
secrets/*.age binary
# luacheckrc is lua, lets treat it as such
.luacheckrc linguist-detectable
.luacheckrc linguist-language=Lua
# 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