From c6b6df20fba60e3049f5a63bd9493d2892f6074d Mon Sep 17 00:00:00 2001 From: Dhruv Maroo <dhruvmaru007@gmail.com> Date: Fri, 14 Apr 2023 06:04:53 +0530 Subject: [PATCH] Add gitattributes (just in case :)) --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ddcb627 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Auto detect text files and perform LF normalization +* text=auto eol=lf + +# binary files which should not be modified +*.bmp binary +*.dds binary +*.gif binary +*.jpg binary +*.pbm binary +*.pgm binary +*.png binary +*.ppm binary