From ccf94325037e82bab42cea6b096a93f9005b8fa4 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 14 Nov 2017 21:27:36 +0100 Subject: [PATCH] add all the migration files to the ignore list Due to heavy developement it makes currently more sense to not commit this files and just regenerate them. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25be5bd..f1de575 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,4 @@ __pycache__/ # Django stuff: *.log local_settings.py +/django/didgeridoo/webshop/migrations/*.py