monkeytype/.dockerignore
Christian Fehmer 9432602727
impr: add selfhosting using docker only (fehmer) (#5170)
* 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>
2024-03-12 12:02:13 +01:00

24 lines
360 B
Plaintext

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