mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
62 lines
949 B
Text
62 lines
949 B
Text
/.servo
|
|
/.cargo/*
|
|
!/.cargo/config.*
|
|
/.servobuild
|
|
/.wpt
|
|
/.vs
|
|
/android-toolchains
|
|
/target
|
|
/ports/android/bin
|
|
/ports/android/libs
|
|
/ports/android/local.properties
|
|
/ports/android/obj
|
|
/python/_virtualenv*
|
|
/python/tidy/servo_tidy.egg-info
|
|
/tests/wpt/sync
|
|
*~
|
|
*.pkl
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.csv
|
|
*.rej
|
|
*.orig
|
|
.coverage
|
|
.DS_Store
|
|
Servo.app
|
|
.config.mk.last
|
|
/glfw
|
|
capture_webrender/
|
|
/screenshots
|
|
# Editors
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
|
|
#Gradle
|
|
.gradle
|
|
|
|
# VSCode
|
|
.vscode
|
|
!/.vscode/extensions.json
|
|
|
|
/unminified-js
|
|
|
|
# Hololens artifacts
|
|
|
|
support/hololens/x64/
|
|
support/hololens/ARM/
|
|
support/hololens/ARM64/
|
|
support/hololens/ServoApp/x64/
|
|
support/hololens/ServoApp/ARM/
|
|
support/hololens/ServoApp/ARM64/
|
|
support/hololens/ServoApp/Generated\ Files
|
|
support/hololens/ServoApp/BundleArtifacts/
|
|
support/hololens/ServoApp/support/
|
|
support/hololens/ServoApp/Debug/
|
|
support/hololens/ServoApp/Release/
|
|
support/hololens/packages/
|
|
support/hololens/AppPackages/
|
|
support/hololens/.vs/
|