diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | static/uploads/.gitignore | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -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 |