mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2025-10-30 08:12:03 +00:00
Update .gitignore with repo-specifics
This commit is contained in:
parent
8f8911b044
commit
f9e490d586
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,3 +1,22 @@
|
|||
# Repository-specific
|
||||
VideoSources/*.mp4
|
||||
AudioSources/*.mp3
|
||||
VideoToBeConverted/*.mp4
|
||||
RecodeVideoFiles.py
|
||||
|
||||
*.mp4
|
||||
|
||||
# Repository-specific - only allow these video and audio sources
|
||||
!VideoSources/DOOR STUCK! DOOR STUCK!.mp4
|
||||
!VideoSources/FUS RO DAH!!!.mp4
|
||||
!VideoSources/Me at the zoo.mp4
|
||||
!AudioSources/BOOM.mp3
|
||||
!AudioSources/Bruh Sound Effect #2.mp3
|
||||
!AudioSources/Damn Son.mp3
|
||||
|
||||
# Visual Studio Code
|
||||
*.code-workspace
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue