mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
updated gitignores
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
4
backend/audio/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
backend/video/.gitignore
vendored
Normal file
4
backend/video/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user