From 97577b6ba3e03330bb1cf8b9319e8cf6c8a8bd36 Mon Sep 17 00:00:00 2001 From: hbyang Date: Tue, 23 Dec 2025 11:08:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.env=20=ED=8C=8C=EC=9D=BC=20gitignore?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20.env.example=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .env 파일을 git 추적에서 제거 - .gitignore에 .env 추가 - .env.example 파일 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .env => .env.example | 0 .gitignore | 3 +++ 2 files changed, 3 insertions(+) rename .env => .env.example (100%) mode change 100644 => 100755 diff --git a/.env b/.env.example old mode 100644 new mode 100755 similarity index 100% rename from .env rename to .env.example diff --git a/.gitignore b/.gitignore index a547bf3..869481e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Environment variables +.env + # Logs logs *.log