From a85322da583d44a3a16b4f84bd56eab28fa9a1bc Mon Sep 17 00:00:00 2001 From: king Date: Fri, 22 May 2026 02:10:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20push-gitea.bat=20/=20run-local.bat?= =?UTF-8?q?=EB=A5=BC=20.gitignore=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 로컬 전용 스크립트(자격증명 포함 가능)가 Gitea에 올라가지 않도록 제외. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cafd7e9..f011799 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ .env .env.local +# 로컬 전용 스크립트 (자격증명 포함 가능) +push-gitea.bat +run-local.bat + # Python __pycache__/ *.py[cod]