From 935660d92847f3899f35d5722c10e52274b1648d Mon Sep 17 00:00:00 2001 From: Jungwoo <108061510+jwson-automation@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:37:14 +0900 Subject: [PATCH] add gitignore --- .gitignore | 2 +- lib/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6af2979..3e3b42f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,4 @@ lib/firebase_options.dart # secret key sign_in_key.dart -.env \ No newline at end of file +/lib/.env \ No newline at end of file diff --git a/lib/.env b/lib/.env index 646258b..b65d9f6 100644 --- a/lib/.env +++ b/lib/.env @@ -1,2 +1,2 @@ # 구글 API 키를 입력합니다. -GOOGLE_API_KEY=YOUR_API_KEY +GOOGLE_API_KEY=YOUR_API_KEY \ No newline at end of file