mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Cleanup .gitignore
This commit is contained in:
parent
8fc56e5c30
commit
e10cb9e726
1 changed files with 12 additions and 7 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -28,29 +28,34 @@ Servo.app
|
|||
/glfw
|
||||
capture_webrender/
|
||||
/screenshots
|
||||
# Editors
|
||||
|
||||
# IntelliJ
|
||||
# Editors
|
||||
## IntelliJ
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
|
||||
#Gradle
|
||||
## Gradle
|
||||
.gradle
|
||||
|
||||
# VSCode
|
||||
## VSCode
|
||||
.vscode
|
||||
!/.vscode/extensions.json
|
||||
!/.vscode/settings.json
|
||||
|
||||
# Emacs
|
||||
## Emacs
|
||||
*~
|
||||
*#*
|
||||
.#*
|
||||
\#*
|
||||
\#*\#
|
||||
|
||||
## Vim
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
/unminified-js
|
||||
|
||||
# Hololens artifacts
|
||||
|
||||
support/hololens/x64/
|
||||
support/hololens/ARM/
|
||||
support/hololens/ARM64/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue