Revision af43e2eb32555059316b67fba4a1d7df6ea3148d authored by Philip Jägenstedt on 15 August 2018, 22:09:20 UTC, committed by GitHub on 15 August 2018, 22:09:20 UTC
1 parent c92440a
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