diff --git a/.gitignore b/.gitignore index e4dba48..799eebc 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ GitHub.sublime-settings /media /static -/busManager/coord/migrations \ No newline at end of file +**/migrations/* +!**/migrations/__init__.py \ No newline at end of file diff --git a/busManager/coord/migrations/__init__.py b/busManager/coord/migrations/__init__.py new file mode 100644 index 0000000..e69de29