From fab22712a15111829d6e965f24be36114ce2081d Mon Sep 17 00:00:00 2001 From: When Day Breaks <72292246+WhenDayBreaks@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:41:44 +0800 Subject: [PATCH] Delete the model ignore, creating issues with testing. Fixing #310, and editquality does this as well. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93fa611e..87b8e4c3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ demo_*.py # Datasets & Models datasets/ -models/*.model + # Distribution / packaging .Python