diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13a335b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Images +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.webp binary +*.svg text + +# Documents +*.pdf binary + +# Archives +*.zip binary +*.tar binary +*.gz binary