From 35e9453c23e964a35243f5d905434fb0e4faf284 Mon Sep 17 00:00:00 2001 From: Labanca Date: Tue, 16 Mar 2021 09:29:13 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20arquivo=20.gitignor?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfef9035..a4091012 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ .env .vscode/ -config/ \ No newline at end of file +config/ +gcp_key.json \ No newline at end of file