실수로 커밋된 .playwright-mcp/*.yml 제거 + .gitignore 에 캡쳐/mp4 등 추가. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
29 lines
395 B
Plaintext
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
|