Revision 438f2694a95cb9c7f329ef89c1d37fa7140106f0 authored by Anne van Kesteren on 27 April 2018, 12:45:40 UTC, committed by GitHub on 27 April 2018, 12:45:40 UTC
See https://github.com/whatwg/fetch/pull/719.
1 parent cc29a15
Raw File
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/

# 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