.gitignore (830B)
1 # Python 2 *.py[co] 3 .cache/ 4 .coverage* 5 .mypy_cache/ 6 .pytest_cache/ 7 .tox/ 8 .virtualenv/ 9 _venv*/ 10 _virtualenv/ 11 12 # Node 13 node_modules/ 14 15 # WPT repo stuff 16 .wptcache/ 17 /MANIFEST.json 18 /_certs 19 /config.json 20 # The default manifest location when running infrastructure tests locally with 21 # `--metadata=infrastructure/metadata`. 22 /infrastructure/metadata/MANIFEST.json 23 24 # Files generated when regenerating pre-generated certs 25 /tools/certs/0*.pem 26 /tools/certs/index.txt* 27 /tools/certs/serial* 28 29 # Various OS/editor specific files 30 *# 31 *.orig 32 *.rej 33 *.svn 34 *.sw[po] 35 *.xcodeproj 36 *Thumbs.db 37 *~ 38 .DS_Store 39 .directory* 40 .idea/ 41 .vscode/ 42 \#* 43 scratch 44 45 # Testsuite-specific rules 46 /conformance-checkers/vnu.jar 47 /cors/resources/log.txt 48 /css/build-temp 49 /css/dist 50 /css/dist_last 51 /url/tools/IdnaTestV2.txt 52 /webaudio/idl/* 53 54 # w3c-test.org PR-branch mirroring 55 /submissions/