Added subscription folders to repo

Added .dockerignore to ignore node_modules

Removed unnecessary whitespace from docker-compose.yml
This commit is contained in:
Isaac Grynsztein
2020-04-15 02:10:12 -04:00
parent d6fe2a5720
commit 87696f71f8
4 changed files with 9 additions and 1 deletions

1
backend/.dockerignore Normal file
View File

@@ -0,0 +1 @@
node_modules

View File

@@ -1,4 +1,3 @@
version: "2"
services:
ytdl_material:

View File

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

View File

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