better .gitattributes (#680)
* better .gitattributes * .gitattributes per directory * No binary file detection https://stackoverflow.com/questions/57030698 * fix .github/actions/*/*.yml
This commit is contained in:
9
.gitattributes
vendored
9
.gitattributes
vendored
@@ -1,10 +1 @@
|
||||
* text=auto
|
||||
|
||||
.lua text eol=crlf
|
||||
.glsl text eol=crlf
|
||||
.txt text eol=crlf
|
||||
.md text eol=crlf
|
||||
|
||||
*.ogg binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
|
||||
2
.github/.gitattributes
vendored
Normal file
2
.github/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
actions/**/*.yml text eol=lf
|
||||
workflows/*.yml text eol=lf
|
||||
1
.github/build/Linux/.gitattributes
vendored
Normal file
1
.github/build/Linux/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.template text eol=lf
|
||||
1
.github/build/Windows/.gitattributes
vendored
Normal file
1
.github/build/Windows/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.template text eol=crlf
|
||||
1
.github/build/macOS/.gitattributes
vendored
Normal file
1
.github/build/macOS/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.template text eol=lf
|
||||
Reference in New Issue
Block a user