From e8c2fbee946406557fad22b07b94a2793c89e4fb Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 30 Dec 2014 15:42:48 -0500 Subject: [PATCH] For now, ignore .webm files in static/videos/ We're going to host some videos on the site and we'll just copy them to the server rather than keep them in the Git repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0938ebd6..61095363 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ www/djangocommonsettings.py www/conservancy/static/source logs +www/conservancy/static/videos/*.webm