-
Notifications
You must be signed in to change notification settings - Fork 50
/
.gitignore
46 lines (41 loc) · 1.43 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Keep this list synchronized with https://github.com/whatwg/sg/blob/main/policy-link-mapping.txt
# as well as whatwg.org/service-worker.js
whatwg.org/ipr-policy
whatwg.org/workstream-policy
whatwg.org/sg-agreement
whatwg.org/invitation-policy
whatwg.org/sg-policy
whatwg.org/code-of-conduct
whatwg.org/principles
whatwg.org/privacy-policy
whatwg.org/policies
whatwg.org/working-mode
whatwg.org/stages
# Ignore files generated by convert_sg_db.py
__pycache__/
idea.whatwg.org/index.html
resources.whatwg.org/biblio.json
spec.whatwg.org/index.html
whatwg.org/workstreams
# Ignore generated snapshot logos
resources.whatwg.org/logo*-snapshot.svg
# Ignore folder used by deploy.sh to prevent using it for something else
sg/
# Node / npm
node_modules
package-lock.json
# Ignore browser logos fetched from npm
# Keep this list synchronized with deploy.sh
resources.whatwg.org/browser-logos/android-webview.png
resources.whatwg.org/browser-logos/chrome.svg
resources.whatwg.org/browser-logos/edge.svg
resources.whatwg.org/browser-logos/edge_legacy.svg
resources.whatwg.org/browser-logos/firefox.png
resources.whatwg.org/browser-logos/ie-mobile.svg
resources.whatwg.org/browser-logos/ie.png
resources.whatwg.org/browser-logos/opera-mini.png
resources.whatwg.org/browser-logos/opera.svg
resources.whatwg.org/browser-logos/safari-ios.svg
resources.whatwg.org/browser-logos/safari.png
resources.whatwg.org/browser-logos/samsung.svg
resources.whatwg.org/browser-logos/uc.png