summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-14 18:39:10 +0100
committerHawarth <hawarth@hawarth.com>2026-03-14 18:39:27 +0100
commit2e79ad1b980b4867c3b32688d7946d52f5b85a62 (patch)
tree215aac8d730dcdd61aa2ac95b248f70c5ced97b8 /.gitattributes
downloadmc-craftsdwarfship-trunk.tar.gz
mc-craftsdwarfship-trunk.zip
chore: initHEADtrunk
Initialises the project using Fabric MC's template mod generator.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..097f9f9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,9 @@
+#
+# 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
+