commit 15f4f3fbff9c6700bed82b044a09f7b9751e53b7 Author: Julian Date: Sat Jan 22 14:39:54 2022 +0100 Add gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ae66a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text