From 2c81e0f5e39baf014ae4639d5403f439d2101e52 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Fri, 16 Aug 2019 14:21:28 -0700 Subject: [PATCH] Add some IDEs config directories in the gitignore. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index d0d16ba71..88ba84eef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ +# IntelliJ IDEA +.idea +*.iml +.editorconfig + +# VS Code +.vscode + +# Text formatting and spelling tools. .tools