diff --git a/.gitignore b/.gitignore index 3118dd7..2911f67 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ venv.bak/ # twine / pypi .pypirc + +# Django Migrations for Development branches +django_lostplaces/lostplaces/migrations/* \ No newline at end of file diff --git a/django_lostplaces/db.sqlite3.develop b/django_lostplaces/db.sqlite3.develop new file mode 100644 index 0000000..7a7ffe7 Binary files /dev/null and b/django_lostplaces/db.sqlite3.develop differ