From b49c6e9b503225edd46eceb0e0aec097d56bd442 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Thu, 8 Jun 2017 17:35:55 -0700 Subject: [PATCH] Ignore IDE files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 72364f99f..305496200 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,9 @@ ENV/ # Rope project settings .ropeproject + +# Intellij IDEA files +.idea/* +*.iml +.vscode +