From c7d65bf99989add7d08bd744cb20151f39fe9435 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 6 Sep 2024 15:21:29 -0600 Subject: [PATCH] ignore .mp4 files --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index d342095..6c7da97 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ downloads config -go.sum \ No newline at end of file +go.sum +*.mp4 \ No newline at end of file diff --git a/.gitignore b/.gitignore index d342095..6c7da97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ downloads config -go.sum \ No newline at end of file +go.sum +*.mp4 \ No newline at end of file