servo/.gitignore
Gae24 fe6e1cfb29
Android: load url from Intent, plus fixed some warnings (#32160)
* update gitignore folder with android build files

* address some warnings

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

* fix servo not loading url from Intent

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

* format

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

* InitOptions, added url field to avoid override homepage url

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

* actually there is a gitignore file in the android folder

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

* Restore buildToolsVersion property

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>

---------

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
2024-04-29 13:14:10 +00:00

66 lines
737 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
*.pkl
*.pyc
*.swp
*.swo
*.csv
*.rej
*.orig
.coverage
.DS_Store
Servo.app
.config.mk.last
/glfw
capture_webrender/
/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
/unminified-js
# Layout debugger trace files
layout_trace*
# Package managers
support/macos/Brewfile.lock.json
# direnv
.envrc