Revision 66e0742f88e4a6a10aaf4bd887a29b1062aad9c8 authored by Wanming Lin on 21 March 2018, 01:29:05 UTC, committed by GitHub on 21 March 2018, 01:29:05 UTC
1 parent 3a83284
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