From e8c2fbee946406557fad22b07b94a2793c89e4fb 2014-12-30 20:45:40 From: Bradley M. Kuhn Date: 2014-12-30 20:45:40 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. --- diff --git a/.gitignore b/.gitignore index 0938ebd6ebf0c8ab6742d141288df1336b111ac3..6109536344abf2df45d3f9adceb1fa3466aef9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ www/djangocommonsettings.py www/conservancy/static/source logs +www/conservancy/static/videos/*.webm