aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRaven Szewczyk <git@kubasz.xyz>2022-08-27 10:56:37 +0100
committerGitHub <noreply@github.com>2022-08-27 11:56:37 +0200
commitb5fb58403e9feb92018a737b9b6a77c559c5eda7 (patch)
tree6c6ea8f8cede561a81404826bdc5bd66d8bf509c /.gitattributes
parent52b0805be619d2ada4dd2ec7def12a80cc595d35 (diff)
downloadGT5-Unofficial-b5fb58403e9feb92018a737b9b6a77c559c5eda7.tar.gz
GT5-Unofficial-b5fb58403e9feb92018a737b9b6a77c559c5eda7.tar.bz2
GT5-Unofficial-b5fb58403e9feb92018a737b9b6a77c559c5eda7.zip
Update buildscript & apply spotless (#192)
* Update dependencies * updateBuildscript & spotlessApply Former-commit-id: f780e1a8d0f0bd192ba977eef17d41ee6fcd4b12
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..9917fc4abe
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,35 @@
+* text eol=lf
+
+*.jar binary
+
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.tif binary
+*.tiff binary
+*.ico binary
+*.svg text
+*.eps binary
+
+*.kar binary
+*.m4a binary
+*.mid binary
+*.midi binary
+*.mp3 binary
+*.ogg binary
+*.ra binary
+
+*.7z binary
+*.gz binary
+*.tar binary
+*.tgz binary
+*.zip binary
+
+*.patch -text
+
+*.bat text eol=crlf
+*.cmd text eol=crlf
+*.ps1 text eol=crlf
+
+*autogenerated binary \ No newline at end of file