forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
128 lines (109 loc) · 1.98 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.webpack-cache
.sass-cache
.babel-cache
.vagrant
.unison
.env
.DS_Store
.idea
.vscode/settings.json
.nova
*.code-workspace
*.iml
*.iws
/.tsc-cache/
/.cache/
/tags
node_modules
/npm-debug.log*
*.sw?
!*.swf
.eslintcache
test-results*.xml
/stats.json
/chart.json
/style.json
/client/stats.json
/client/stats-server.json
/client/chart.json
/client/style.json
*xunit_*.xml
/vendor
checkstyle.xml
/apps/notifications/stats.json
# added during build
/config/secrets.json
# config overrides
/config/*.local.json
/coverage
/build
/packages/webpack-inline-constant-exports-plugin/test/build
/public/
/server/devdocs/search-index.js
/server/devdocs/components-usage-stats.json
/server/devdocs/proptypes-index.json
/client/server/devdocs/search-index.js
/client/server/devdocs/components-usage-stats.json
/client/server/devdocs/proptypes-index.json
/client/languages/languages-meta.json
*.rdb
*.db
/calypso-strings.pot
/chunks-map.*.json
cover.html
.test.log
cached-requests.json
# Monorepo output
/apps/*/dist/
/apps/*/types/
/packages/*/dist/
/build-tools/dist/
/apps/*/.cache/
/packages/*/.cache/
/desktop/.cache/
/apps/*/release-files/
/apps/**/*/build_meta.json
# webpack assets
/assets*.json
/desktop/assets*.json
/server/bundler/assets*.json
/client/server/bundler/assets*.json
# Desktop app
/desktop/dist
/desktop/build
/desktop/client
/desktop/config
/desktop/public
/desktop/release*
/desktop/resource/certificates/mac.p12
/desktop/resource/certificates/win.p12
/client/desktop/config.json
/desktop/id_rsa
/desktop/e2e/logs
/desktop/e2e/screenshots
/desktop/e2e/result.xml
/desktop/test/.cache/
/desktop/test/e2e/results/
# Typescript
*.tsbuildinfo
# TeamCity Kotlin compilation
.teamcity/target
# Yarn
yarn-error.log
.yarn/*
desktop/.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
yarn-json-output.json
# Profile results:
/profiles/
# Storybook
storybook-static
packages/plans-grid-next/static/mockServiceWorker.js
# PHPUnit cache
.phpunit.result.cache
.phpunit.cache