diff --git a/.gitignore b/.gitignore index c8f8064..4280c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,4 @@ node_modules/ __pycache__/ /postgres tags -back/media package-lock.json diff --git a/back/media/.gitignore b/back/media/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/back/media/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore