diff options
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
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 |