Cleanup .gitignore

This commit is contained in:
chansuke 2023-01-20 17:48:08 +09:00
parent 8fc56e5c30
commit e10cb9e726

19
.gitignore vendored
View file

@ -28,29 +28,34 @@ Servo.app
/glfw /glfw
capture_webrender/ capture_webrender/
/screenshots /screenshots
# Editors
# IntelliJ # Editors
## IntelliJ
.idea .idea
*.iws *.iws
*.iml *.iml
#Gradle ## Gradle
.gradle .gradle
# VSCode ## VSCode
.vscode .vscode
!/.vscode/extensions.json !/.vscode/extensions.json
!/.vscode/settings.json !/.vscode/settings.json
# Emacs ## Emacs
*~ *~
*#* .#*
\#*
\#*\#
## Vim
Session.vim
Sessionx.vim
/unminified-js /unminified-js
# Hololens artifacts # Hololens artifacts
support/hololens/x64/ support/hololens/x64/
support/hololens/ARM/ support/hololens/ARM/
support/hololens/ARM64/ support/hololens/ARM64/