Revision e7523c1fd6ba45a326535caeefcf06a001bf2dca authored by Ben Kelly on 27 April 2018, 16:37:31 UTC, committed by moz-wptsync-bot on 27 April 2018, 17:58:54 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1456466
gecko-commit: 6f316e11d1fd80bbd490d9dd5016b138c4909d21
gecko-integration-branch: central
gecko-reviewers: baku
1 parent a12d3fa
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