diff --git a/.gitignore b/.gitignore index 7d67791..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules/ -uploads/ \ No newline at end of file diff --git a/uploads/.gitignore b/uploads/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/uploads/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file