From 83eb12a0bfdb6347456df02e6a83211ab07dec8f Mon Sep 17 00:00:00 2001
From: David Alger <david@classyllama.com>
Date: Fri, 16 Jan 2015 16:57:10 -0600
Subject: [PATCH] Added ignore rule for media assets in wysiwyg directory.

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 39241df7fdd..657c315552e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,8 @@ atlassian*
 /pub/media/theme/*
 /pub/media/theme_customization/*
 !/pub/media/theme_customization/.htaccess
+/pub/media/wysiwyg/*
+!/pub/media/wysiwyg/.htaccess
 /pub/media/tmp/*
 !/pub/media/tmp/.htaccess
 /pub/static/*
-- 
GitLab