From c003b02153e18400c9f03e3730fe2fcf4ea35c87 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 22 Mar 2020 03:12:24 -0400 Subject: [PATCH] updated gitignores --- .gitignore | 2 -- backend/audio/.gitignore | 4 ++++ backend/video/.gitignore | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 backend/audio/.gitignore create mode 100644 backend/video/.gitignore diff --git a/.gitignore b/.gitignore index 8af628e..6f95169 100644 --- a/.gitignore +++ b/.gitignore @@ -45,8 +45,6 @@ node_modules/* backend/node_modules/* backend/public/* YoutubeDL-Material/node_modules/* -backend/video/* -backend/audio/* backend/public/* backend/subscriptions/archives/* backend/subscriptions/playlists/* diff --git a/backend/audio/.gitignore b/backend/audio/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/backend/audio/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/backend/video/.gitignore b/backend/video/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/backend/video/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file