mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2026-04-26 20:51:44 +00:00
Add common image file extensions to .gitignore
This commit is contained in:
parent
40d8dc7023
commit
8b6ed9ddf9
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -14,6 +14,16 @@ recodevideofiles.py
|
|||
*.wav
|
||||
*.flac
|
||||
|
||||
# Image file formats
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.webp
|
||||
*.tiff
|
||||
*.avif
|
||||
*.jxl
|
||||
*.bmp
|
||||
|
||||
# Repository-specific - only allow these video and audio sources
|
||||
!input_video_sources/DOOR STUCK! DOOR STUCK!.mp4
|
||||
!input_video_sources/FUS RO DAH!!!.mp4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue