diff --git a/.gitignore b/.gitignore index 38c8ca8..dc1dc42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -TSDMaster/TSDMaster/migrations/ +TSDMaster/TSDMaster/migrations/* +!TSDMaster/TSDMaster/migrations/__init__.py venv/ TSDMaster/TSDMaster/settings.py TSDMaster/db.sqlite diff --git a/TSDMaster/TSDMaster/migrations/__init__.py b/TSDMaster/TSDMaster/migrations/__init__.py new file mode 100644 index 0000000..e69de29