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:
Imple Lee
2022-04-04 12:28:42 +08:00
committed by GitHub
parent bdb117c0df
commit 9426dcdc69
6 changed files with 33 additions and 37 deletions

2
.github/.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
actions/**/*.yml text eol=lf
workflows/*.yml text eol=lf