From 93e34b4f0eba0a4a96ce96654ddbbb28c72259bb Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Wed, 12 Apr 2023 14:59:20 +0800 Subject: [PATCH] chore: clarify why gcloud.json is gitignored --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e245433c3..c78e6a2eb4 100644 --- a/.gitignore +++ b/.gitignore @@ -122,4 +122,5 @@ typings/ apps/new-docs/* -gcloud.json \ No newline at end of file +# For self-hosted logs: https://github.com/supabase/supabase/blob/86e3ab20abfdb9c3e666334d3d2f8efeef9ccf2c/docker/docker-compose-logging.yml#L101 +gcloud.json