summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authoruvok2025-07-08 20:51:28 +0200
committeruvok2025-07-08 20:51:28 +0200
commit28f938d39a80f34eb3cca54a232bcfdb17c2bea2 (patch)
treeaf4aa0540e82a68b82003bdff867f8dbd3a6b978 /.gitattributes
parent62560529c4d5baff0a54d2a77ce9ab66c474596f (diff)
Add back gradle
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f91f646
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,12 @@
+#
+# https://help.github.com/articles/dealing-with-line-endings/
+#
+# Linux start script should use lf
+/gradlew text eol=lf
+
+# These are Windows script files and should use crlf
+*.bat text eol=crlf
+
+# Binary files should be left untouched
+*.jar binary
+