forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
98 lines (84 loc) · 1.52 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
.webpack-cache
.sass-cache
.babel-cache
.vagrant
.unison
.env
.DS_Store
.idea
.vscode
.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
spec-xunit-reporter-0.0.1.tgz
*xunit_*.xml
lerna-debug.log
/vendor
yarn-error.log
# 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/
/apps/*/.cache/
# 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
# Typescript
*.tsbuildinfo
# TeamCity Kotlin compilation
.teamcity/target