From 7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212 Mon Sep 17 00:00:00 2001
From: Jon Jenkins <jondjenkins@gmail.com>
Date: Sun, 30 Mar 2014 11:11:43 -0600
Subject: blank uploads dir

---
 .gitignore                | 5 -----
 static/uploads/.gitignore | 4 ++++
 2 files changed, 4 insertions(+), 5 deletions(-)
 create mode 100644 static/uploads/.gitignore

diff --git a/.gitignore b/.gitignore
index 1da13a2..9fc9d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,8 +13,3 @@ node_modules/
 # AWS #
 #######
 .elasticbeanstalk/
-
-# uploads #
-###########
-uploads/
-static/uploads/
diff --git a/static/uploads/.gitignore b/static/uploads/.gitignore
new file mode 100644
index 0000000..86d0cb2
--- /dev/null
+++ b/static/uploads/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file
-- 
cgit v1.2.3