add gitignores for pics and vids

This commit is contained in:
teddit 2020-11-17 21:50:52 +01:00
parent fdfcd554f8
commit a75da80f50
2 changed files with 10 additions and 0 deletions

5
dist/pics/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

5
dist/vids/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore