added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
24
nyx/.gitattributes
vendored
Normal file
24
nyx/.gitattributes
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue