servo: Merge #10825 - Adding vscode and intellij settings folders to gitignore (from craftytrickster:gitignore-update); r=Ms2ger

I was going to try VSCode to see if the debugger works well or not with Rust. Since VSCode (as well as other editors) add their own project files to git, I figured they should be accounted for in the .gitignore file.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0efbe5ece680ca515dcef95688a4b680a6a0df5e
This commit is contained in:
David Raifaizen 2016-04-25 05:09:57 -07:00
Родитель 831ed37a78
Коммит b6e334ea73
1 изменённых файлов: 9 добавлений и 0 удалений

9
servo/.gitignore поставляемый
Просмотреть файл

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