mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
9432602727
* impr: add selfhosting using docker only * add recaptcha config and docs * add documentation on the backend-configuration.json file, remove ---redacted--- from example config --------- Co-authored-by: Jack <jack@monkeytype.com>
23 lines
360 B
Text
23 lines
360 B
Text
|
|
node_modules
|
|
frontend/node_modules
|
|
backend/node_modules
|
|
|
|
# Firebase
|
|
.firebase/
|
|
.firebaserc
|
|
serviceAccountKey*.json
|
|
frontend/src/ts/constants/firebase-config.ts
|
|
frontend/src/ts/constants/firebase-config-live.ts
|
|
|
|
#frontend
|
|
frontend/.env
|
|
|
|
#cloudflare
|
|
.cloudflareKey.txt
|
|
.cloudflareKey_copy.txt
|
|
|
|
#backend
|
|
backend/src/credentials/*.json
|
|
backend/.env
|
|
backend/build
|