From d32456a886b6a8ada2142aab1313565cee164d3f Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 27 Nov 2019 15:00:09 -0500 Subject: [PATCH] Removed build line from .gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55f127b..1be1c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,8 @@ __pycache__ _build *.pyc .env -build* bundles *.DS_Store .eggs dist -**/*.egg-info \ No newline at end of file +**/*.egg-info