diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..29faeb8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto +*.c text +*.h text +*.java text +*.html text +*.js text + +*.png binary +*.jpg binary \ No newline at end of file