mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #29279 - chansuke:chore/update-gitignore, r=mrobinson
Cleanup .gitignore <!-- Please describe your changes on the following line: --> Refactor editor related .gitignore. ref: https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore https://github.com/github/gitignore/blob/main/Global/Vim.gitignore https://github.com/rust-lang/rust/blob/master/.gitignore --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they simply change the `.gitignore` file.
This commit is contained in:
commit
08e134a479
1 changed files with 12 additions and 7 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue