summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Jenkins <jondjenkins@gmail.com>2014-03-30 11:11:43 -0600
committerJon Jenkins <jondjenkins@gmail.com>2014-03-30 11:11:43 -0600
commit7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212 (patch)
tree71f57f818599f49010ab59d137860cb9684c8916
parent4790cc3fb9a7bbdd88305247e19f4089cf989a16 (diff)
downloadexpress-upload-7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212.tar.gz
express-upload-7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212.tar.bz2
express-upload-7d0ccd2ed4cd855fb180eeae5f4068dcf7dcc212.zip
blank uploads dir
-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