diff --git a/django/.gitignore b/django/.gitignore index 6fa9f68..858e01d 100644 --- a/django/.gitignore +++ b/django/.gitignore @@ -1,3 +1,4 @@ .env *.pyc -db.sqlite3 \ No newline at end of file +db.sqlite3 +**/migrations/* \ No newline at end of file