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

2
.gitignore vendored
View File

@@ -45,8 +45,6 @@ node_modules/*
backend/node_modules/* backend/node_modules/*
backend/public/* backend/public/*
YoutubeDL-Material/node_modules/* YoutubeDL-Material/node_modules/*
backend/video/*
backend/audio/*
backend/public/* backend/public/*
backend/subscriptions/archives/* backend/subscriptions/archives/*
backend/subscriptions/playlists/* backend/subscriptions/playlists/*

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