From 72d673d4868f598979e8ee5fb54942179412847c Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 5 Sep 2025 11:55:51 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.env=20=EC=B6=94=EC=A0=81=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8=20=EB=B0=8F=20.gitignore=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ---- .gitignore | 6 ++---- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 9d5c0e9..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -GRAFANA_URL=https://grafana.hmac.kr -GRAFANA_API_KEY=glsa_pYc0nl8UhGk8Hk8W8q1fH8pKLh7n5fl7_fe30a7ce -MATTERMOST_WEBHOOK=https://mm.hmac.kr/hooks/87rouf6cwif3u84x4jxfbmmf8o -GRAFANA_DASHBOARD_UID=f52ae37b-037b-4110-adc0-2171ec068704 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 88bd011..c87838f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,9 @@ -# 캐시 및 임시 파일 무시 __pycache__/ **/__pycache__/ **/**/__pycache__/ *.py[cod] .ruff_cache/ .pytest_cache/ - -# 로그/업로드 디렉토리 무시 logs/ -cached/ \ No newline at end of file +cached/ +.env \ No newline at end of file