Revision 67c2a8716f759462e96f384d3f207a5e1b8b3add authored by Luke Bjerring on 06 April 2018, 00:54:18 UTC, committed by GitHub on 06 April 2018, 00:54:18 UTC
1 parent 99b9072
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