Revision 2d88a6334301c97da6f3a13e058ce7c51f36883c authored by Michael[tm] Smith on 16 March 2018, 06:13:42 UTC, committed by Michael[tm] Smith on 16 March 2018, 06:21:21 UTC
1 parent dd62351
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