-
Notifications
You must be signed in to change notification settings - Fork 210
/
.gitignore
185 lines (154 loc) · 3.6 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# Repo root
/loop-server
/syncserver
/selenium-*
/servers_android.json
/pm2
/dump.rdb
external
# Secrets
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.env
.keys
public-key.json
secret-key.json
secret*
*.gpg
secrets.json
# Build and temp files
**/build
**/dist
**/temp
**/version.json
**/storybook-static
*.sass-cache
.nx/cache
.nx/workspace-data
**/schema.gql
*.map
*.swp
.es5
.es5cache
/artifacts
.last-audit
.eslintcache
storybooks-publish
tsconfig.tsbuildinfo
tailwind.out.*
.idea
# Dependencies
**/node_modules
**/browser_modules
/.pnp
.pnp.js
# Logging
*.log*
**/logs
# Testing
coverage.html
**/coverage
**/.nyc_output
test-results.xml
# Local configuration
/_dev/firebase/.config
# System files
*~
\#*\#
.\#*
.DS_Store
Thumbs.db
# Yarn
.yarn/cache
.yarn/berry
.yarn/build-state.yml
.yarn/install-state.gz
# nektos/act - Github Actions
/bin/
# Glean CLI will install glean_parser into a .venv in the dir from which the
# command is called
.venv
## Package-specific ##
# circleci
.circleci/local.yml
# browserid-verifier
packages/browserid-verifier/loadtest/venv
packages/browserid-verifier/loadtest/*.pyc
# fxa-admin-server
packages/fxa-admin-server/src/config/local.json
# fxa-auth-server
packages/fxa-auth-server/sandbox
packages/fxa-auth-server/config/key.json
packages/fxa-auth-server/config/oldKey.json
packages/fxa-auth-server/config/vapid-keys.json
packages/fxa-auth-server/test/load/bin
packages/fxa-auth-server/test/load/lib*
packages/fxa-auth-server/test/load/include
packages/fxa-auth-server/test/scripts/bulk-mailer/nodemailer-mocks/test_output
packages/fxa-auth-server/*.pyc
packages/fxa-auth-server/server.pot
packages/fxa-auth-server/.mail_output
packages/fxa-auth-server/fxa-content-server-l10n
packages/fxa-auth-server/lib/senders/emails/css
packages/fxa-auth-server/public/locales
packages/fxa-auth-server/vendor
# fxa-content-server
packages/fxa-content-server/pids
packages/fxa-content-server/results
packages/fxa-content-server/lib-cov
packages/fxa-content-server/app/styles/main.css
packages/fxa-content-server/app/scripts/processed
packages/fxa-content-server/server/config/local.json
packages/fxa-content-server/app/i18n
packages/fxa-content-server/fxa-content-server-l10n/
packages/fxa-content-server/locale/*/*/*.po
packages/fxa-content-server/rerun.txt
packages/fxa-content-server/.tmp
packages/fxa-content-server/.tscompiled
packages/fxa-content-server/public/locales
# fxa-customs-server
packages/fxa-customs-server/test/mocks/temp.netset
# fxa-payments-server
packages/fxa-payments-server/fxa-content-server-l10n/
packages/fxa-payments-server/public/locales
packages/fxa-payments-server/test
# fxa-profile-server
packages/fxa-profile-server/var
packages/fxa-profile-server/BUCKET_NAME
# fxa-react
packages/fxa-react/**/*.js
!packages/fxa-react/**/gruntfile.js
packages/fxa-react/**/*.d.ts
!packages/fxa-react/pm2.config.js
packages/fxa-react/fxa-content-server-l10n/
packages/fxa-react/public/locales
packages/fxa-react/test/
# fxa-settings
packages/fxa-settings/fxa-content-server-l10n/
packages/fxa-settings/public/static
packages/fxa-settings/public/locales
packages/fxa-settings/legal-docs/
packages/fxa-settings/public/legal-docs
packages/fxa-settings/test/
# payments-next
apps/payments/next/public/locales
# payments-metrics
libs/payments/metrics/src/lib/glean/__generated__/server_events.ts
Library
.node
process.yml
.lists
**/config/gql/allowlist
configs/gql/allowlist
!configs/gql/allowlist/gql-playground.json
# Next.js
.next
tmp
# shared-cms
libs/shared/cms/src/__generated__/graphql.d.ts
libs/shared/cms/src/__generated__/graphql.js
# Sentry Config File
.env.sentry-build-plugin