servo/.gitignore
Martin Robinson 1a2e0a77d9
Add Zed configuration files to .gitignore (#36909)
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>
2025-05-08 08:23:19 +00:00

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