From 0e9560e95404fadd22518394bd5efaf5158e1a7e Mon Sep 17 00:00:00 2001 From: David Raifaizen Date: Sat, 23 Apr 2016 15:45:12 -0400 Subject: [PATCH] Adding vscode and intellij settings folders to gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 80c42f83d31..e96d93837e1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,12 @@ servo-test Servo.app .config.mk.last /glfw + +# Editors + +# IntelliJ +.idea +*.iws + +# VSCode +.vscode