h-lab/.gitignore
hehihoho3@gmail.com cf3476e8a1 chore: .playwright-mcp 캡쳐 로그·미디어 산출물 git 추적 제외
실수로 커밋된 .playwright-mcp/*.yml 제거 + .gitignore 에 캡쳐/mp4 등 추가.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 15:54:25 +09:00

29 lines
395 B
Plaintext

# Build
/build/
/.gradle/
bin/
out/
# IDE
.idea/
*.iml
.vscode/
# Secrets (DO NOT COMMIT)
src/main/resources/credentials.json
src/main/resources/application-local.yml
tokens/
*.log
# yt-dlp 다운로드 캐시(영상 파일은 커밋하지 않음)
/downloads/
# 작업 중 생성되는 캡쳐/미디어 산출물(커밋 제외)
.playwright-mcp/
*.mp4
dashboard.png
# OS
.DS_Store
Thumbs.db