Revision 3b3651aa9c5d86a54f20e22b9e655df7f4e4e3e5 authored by Anne van Kesteren on 13 March 2018, 17:31:34 UTC, committed by jgraham on 14 March 2018, 14:02:30 UTC
See https://github.com/whatwg/html/pull/3562.
1 parent 258c8ad
Raw File
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json

testharness_runner.html
!/testharness_runner.html
!/tools/wptrunner/wptrunner/testharness_runner.html

_certs
config.json

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