From de5da63d5c4dc54c43f5feac2f2b86220895598d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20Bl=C3=B6m?= Date: Thu, 9 Feb 2017 18:49:11 -0800 Subject: [PATCH] added build folder to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89edd032..73e923d3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ settings.py .cache/* .python-version docs/_build/ -docs/_api/ \ No newline at end of file +docs/_api/ +build/*