diff --git a/.gitignore b/.gitignore index 0a43fb37..b5dce173 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ cloud_functions/functions/firebase-credentials.json .DS_Store .env* !.env.example -!.env.enc +!*.enc npm-debug.log* yarn-debug.log* diff --git a/www/.env.development.enc b/www/.env.development.enc new file mode 100644 index 00000000..2f391de0 Binary files /dev/null and b/www/.env.development.enc differ