https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 570156428c6cda2f41c964720161dc236ce68e2e authored by Josh Matthews on 23 November 2018, 20:53:25 UTC
Set default for manifest_update flag appropriately.
Tip revision: 5701564
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/
.coverage*

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json
.wptcache/
/config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top