.gitignore 662 B

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