mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(build): add basic .gitattributes (#1130)
This commit is contained in:
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Match the .editorconfig
|
||||
* text=auto eol=lf
|
||||
|
||||
# Scripts
|
||||
*.bat text eol=crlf
|
||||
*.sh text eol=lf
|
||||
|
||||
# Gradle wrapper
|
||||
/gradlew text eol=lf
|
||||
Reference in New Issue
Block a user