diff --git a/.gitattributes b/.gitattributes index 8ad74f7..9de92ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf + +# Large file storage +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 922b842..13b4766 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ # Temporary files .mono -Temp