From c1007fb7bc3f1e7f428b6ab1b730ba9494cff535 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 17 Aug 2020 12:36:27 +0200 Subject: [PATCH] Added migrations directory to .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b3940c6..500072e 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,10 @@ coverage.xml *.mo # Django stuff: +# exclude migrations from repository. These should be created locally, matching local DB requirements. +# lostplaces/manage.py makemigrations && lostplaces/manage.py migrate + +lostplaces/lostplaces_app/migrations/ # pyenv .python-version