chore: .env 파일 gitignore 추가 및 .env.example 추가

- .env 파일을 git 추적에서 제거
- .gitignore에 .env 추가
- .env.example 파일 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
main
hbyang 2025-12-23 11:08:31 +09:00
parent 7696b0ae8d
commit 97577b6ba3
2 changed files with 3 additions and 0 deletions

0
.env → .env.example Normal file → Executable file
View File

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Environment variables
.env
# Logs
logs
*.log