aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--uploads/.gitignore3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 774893b35..a1e79e4be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@
/db
/deps
/*.ez
-/uploads
/test/uploads
/.elixir_ls
/test/fixtures/test_tmp.txt
diff --git a/uploads/.gitignore b/uploads/.gitignore
new file mode 100644
index 000000000..523e584a7
--- /dev/null
+++ b/uploads/.gitignore
@@ -0,0 +1,3 @@
+# Git will ignore everything in this directory except this file.
+*
+!.gitignore