33 lines
335 B
Plaintext
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
|
|
|
|
|