From b60965b8fa60be003c204909b7ebcaa3888b2bfd Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Tue, 20 Feb 2018 17:07:16 -0800 Subject: [PATCH] [gitignore] Adding venv to .gitignore (#4456) * fixing spacing issue on internationalization dropdown * adding venv to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc7d7e8272..44a7521162 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ superset/assets/version_info.json # IntelliJ *.iml +venv