summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--static/uploads/.gitignore4
2 files changed, 4 insertions, 5 deletions
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