mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
The Zed editor (https://zed.dev/) leaves files in a `.zed` directory in the top-level. Testing: No tests necessary as this just updates `.gitignore`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
73 lines
829 B
Text
73 lines
829 B
Text
/.servo
|
|
/.cargo/*
|
|
!/.cargo/config.*
|
|
/.rustup
|
|
/.servobuild
|
|
/.wpt
|
|
/.vs
|
|
/android-toolchains
|
|
/target
|
|
/tests/wpt/reftests-report/report.html
|
|
/python/_virtualenv*
|
|
/python/_venv*
|
|
/python/tidy/servo_tidy.egg-info
|
|
/tests/wpt/sync
|
|
/tests/wpt/**/**/.cache/
|
|
/tests/dromaeo/dromaeo
|
|
*.pkl
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.csv
|
|
*.rej
|
|
*.orig
|
|
.coverage
|
|
.DS_Store
|
|
Servo.app
|
|
servo.pftrace
|
|
.config.mk.last
|
|
/glfw
|
|
webrender-captures/
|
|
/screenshots
|
|
|
|
# Allow CSV files to be used as resources in tests
|
|
!/tests/**/*.csv
|
|
|
|
# Editors
|
|
## IntelliJ
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
|
|
## Gradle
|
|
.gradle
|
|
|
|
## VSCode
|
|
.vscode
|
|
!/.vscode/extensions.json
|
|
!/.vscode/settings.json
|
|
|
|
## Emacs
|
|
*~
|
|
.#*
|
|
\#*
|
|
\#*\#
|
|
|
|
## Vim
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Zed
|
|
/.zed
|
|
|
|
/unminified-js
|
|
/unminified-css
|
|
|
|
# Layout debugger trace files
|
|
layout_trace*
|
|
|
|
# Package managers
|
|
support/macos/Brewfile.lock.json
|
|
|
|
# direnv
|
|
.envrc
|