Revision 84ac8996de036beac765b15660cf8bc58548c93c authored by Emilio Cobos Álvarez on 12 April 2018, 20:51:01 UTC, committed by moz-wptsync-bot on 12 April 2018, 20:51:01 UTC
Per https://github.com/w3c/csswg-drafts/issues/2484.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1453148
gecko-commit: eaf30a1f59eedf65d4d6a5009bebfd014873d64e
gecko-integration-branch: central
gecko-reviewers: xidorn
1 parent 5170483
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