forked from mdn/yari
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (89 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/.pnp
.pnp.js
# testing
/coverage
/mdn/content/
# pwa
/client/public/service-worker.js
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
/.env
/client/.env
__pycache__/
.idea/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/kumascript/coverage/
/kumascript/node_modules/
/testing/node_modules/
/client/build
/client/src/**/*.js
/client/src/**/*.js.map
/filecheck/*.js
/filecheck/*.js.map
/server/*.js
/server/*.js.map
/ssr/dist/
/ssr/*.js
/ssr/*.js.map
/tool/*.js
/tool/*.js.map
# These are an effect of the dumper still producing all locales
# We haven't decided what to do with them but for now we're *not*
# going to check them into git.
/content/files/ar/
/content/files/bg/
/content/files/bn/
/content/files/ca/
/content/files/de/
/content/files/el/
/content/files/es/
/content/files/fa/
/content/files/fi/
/content/files/fr/
/content/files/he/
/content/files/hi-in/
/content/files/hu/
/content/files/id/
/content/files/it/
/content/files/ja/
/content/files/kab/
/content/files/ko/
/content/files/ms/
/content/files/my/
/content/files/nl/
/content/files/pl/
/content/files/pt-br/
/content/files/pt-pt/
/content/files/ru/
/content/files/sv-se/
/content/files/th/
/content/files/tr/
/content/files/uk/
/content/files/vi/
/content/files/zh-cn/
/content/files/zh-tw/
/deployer/upload.log
/deployer/src/deployer.egg-info/
fake-v1-api/
mdn-yari-*.tgz
function.zip
md-conversion-problems-report*.md
testing/content/files/en-us/_githistory.json
testing/translated-content/files/**/_githistory.json
testing/content/files/en-us/markdown/tool/h2m/index.md
testing/content/files/en-us/markdown/tool/m2h/index.html
# eslintcache
client/.eslintcache
popularities.json
client/src/.linaria_cache
ssr/.linaria-cache/