From b2f6ea0f5aa43148f09cf677b07492c3761bb2d8 Mon Sep 17 00:00:00 2001 From: localstepdo Date: Fri, 21 Jul 2017 15:32:39 -0700 Subject: [PATCH 1/2] adding ogv to video for web --- Web.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/Web.gitattributes b/Web.gitattributes index 8d91f67..5cf4a4f 100644 --- a/Web.gitattributes +++ b/Web.gitattributes @@ -166,6 +166,7 @@ Procfile text *.mp4 binary *.mpeg binary *.mpg binary +*.ogv binary *.swc binary *.swf binary *.webm binary From 697e72cbecb3fbde3dab207f60ec348373ba2d44 Mon Sep 17 00:00:00 2001 From: localstepdo Date: Fri, 21 Jul 2017 15:45:18 -0700 Subject: [PATCH 2/2] jar is a compressed archive file --- Web.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/Web.gitattributes b/Web.gitattributes index 5cf4a4f..0a77430 100644 --- a/Web.gitattributes +++ b/Web.gitattributes @@ -174,6 +174,7 @@ Procfile text ## ARCHIVES *.7z binary *.gz binary +*.jar binary *.rar binary *.tar binary *.zip binary