Revision 716fa061d4296f6cd39cb5f8353e64e3222e7707 authored by Frédéric Wang on 14 March 2018, 14:48:29 UTC, committed by GitHub on 14 March 2018, 14:48:29 UTC
1 parent 3686c5f
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