From cb42f73b30c50d340b215f808820c861931f48b6 Mon Sep 17 00:00:00 2001 From: c5ln Date: Wed, 4 Feb 2026 17:12:31 +0900 Subject: [PATCH 1/2] remove .env and .env.properties file from git --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 61e0cc6f..cfda53f7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,6 @@ build out target .idea -*.md \ No newline at end of file +*.md +.env +.env.properties \ No newline at end of file From ed5238c6afe0967c1438205d59aba830f15e12c5 Mon Sep 17 00:00:00 2001 From: c5ln Date: Wed, 4 Feb 2026 17:16:20 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20.env,=20.env.properties=20gitignor?= =?UTF-8?q?e=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fb9a9a17..3560204b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ out/ # Firebase src/main/resources/napulnapul-d9572-firebase-adminsdk-fbsvc-0a2757f074.json + +.env +.env.properties \ No newline at end of file