kccf/.gitignore
ythong efa21b4961 Remove large sample images from tracking (~35MB)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 11:40:55 +09:00

22 lines
256 B
Plaintext

# Maven build output
target/
# IDE
.settings/
.project
.classpath
*.class
# Large media files (upload to file server separately)
*.mp4
*.avi
*.mov
*.wmv
# Sample large images (not real content)
**/sample/sample-multimedia*.jpg
# OS
.DS_Store
Thumbs.db