From 55173916616aee3776aaf5fd1d55f2ebd19086ff Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 28 Jun 2020 20:12:39 +0200 Subject: [PATCH] Setup Git LFS for *.png and *.wasm --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..84f8e96e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text