From ad9be3cdd72f5e6b096bfaeb34190846bf902fe7 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Mon, 4 Feb 2019 14:47:28 -0800 Subject: [PATCH] remove build-dev from .gitignore (#583) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98ed330f..32204627 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ coverage # production build/ -build-dev/ dist/ *.egg-info