Adding vscode and intellij settings folders to gitignore

This commit is contained in:
David Raifaizen 2016-04-23 15:45:12 -04:00
parent 69acd8e1cc
commit 0e9560e954

9
.gitignore vendored
View file

@ -26,3 +26,12 @@ servo-test
Servo.app
.config.mk.last
/glfw
# Editors
# IntelliJ
.idea
*.iws
# VSCode
.vscode