Files
stocksearch/.gitignore
hayato5246 6da3c65b77
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 13s
자동화 개선: deploy.sh 제거 및 워크플로에 Registry 비밀값 유효성 검사 추가
2026-04-01 22:06:17 +09:00

13 lines
128 B
Plaintext

# 환경변수 (API 키 포함 - 절대 커밋 금지)
.env
# Go 빌드 결과물
stockSearch
*.exe
*.out
# IDE
.idea/
*.iml