Revision faf4c1d7eb7b89d5b6433c895eb3d74edfb76f54 authored by Manish Goregaokar on 19 April 2018, 10:01:31 UTC, committed by moz-wptsync-bot on 19 April 2018, 10:20:29 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1451724
gecko-commit: a993e6e8d14c75545a59b18ba32c821801d6f124
gecko-integration-branch: central
gecko-reviewers: emilio
1 parent f78410b
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