Files
IDcardsGenerator/src/model/text_detector/docTR/.gitignore
2025-08-09 22:29:33 +07:00

33 lines
335 B
Plaintext

# Re-include all image files and JSON within this folder (and subfolders)
# PNG
!*.png
!**/*.png
# JPG/JPEG
!*.jpg
!**/*.jpg
!*.jpeg
!**/*.jpeg
# BMP/GIF/TIFF/WEBP
!*.bmp
!**/*.bmp
!*.gif
!**/*.gif
!*.tif
!**/*.tif
!*.tiff
!**/*.tiff
!*.webp
!**/*.webp
# JSON
!*.json
!**/*.json
# Ensure this file itself is tracked
!.gitignore