diff --git a/.gitignore b/.gitignore
index 763403d9911b1dc5028738f3d5c17b6b45ddcb08..417a9f2ecab306ccdbdb65ad1f9c3cd90a20d607 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,12 @@ gradle-app.setting
 # JDT-specific (Eclipse Java Development Tools)
 .classpath
 
+# Intellij
+.idea
+
+# VSCode
+.vscode
+
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
 replay_pid*
\ No newline at end of file