updated gitignores

This commit is contained in:
Isaac Grynsztein
2020-03-22 03:12:24 -04:00
parent f478f14de1
commit c003b02153
3 changed files with 8 additions and 2 deletions

4
backend/audio/.gitignore vendored Normal file
View File

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

4
backend/video/.gitignore vendored Normal file
View File

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