From a75da80f50f1fa33ef3cf4e38125de1d4547192a Mon Sep 17 00:00:00 2001 From: teddit Date: Tue, 17 Nov 2020 21:50:52 +0100 Subject: [PATCH] add gitignores for pics and vids --- dist/pics/.gitignore | 5 +++++ dist/vids/.gitignore | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 dist/pics/.gitignore create mode 100644 dist/vids/.gitignore diff --git a/dist/pics/.gitignore b/dist/pics/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/dist/pics/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore + diff --git a/dist/vids/.gitignore b/dist/vids/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/dist/vids/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +