From 237bd596dc937960a7cb5b5c19305f8a33ae2420 Mon Sep 17 00:00:00 2001 From: Luke Ogburn <21106956+logburn@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:33:59 -0500 Subject: [PATCH] added empty folders --- .gitignore | 3 --- keys/.gitignore | 4 ++++ videos/encrypted/.gitignore | 4 ++++ videos/plaintext/.gitignore | 4 ++++ 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 .gitignore create mode 100644 keys/.gitignore create mode 100644 videos/encrypted/.gitignore create mode 100644 videos/plaintext/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cfd8c57..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -videos/encrypted/* -videos/plaintext/* -keys/* diff --git a/keys/.gitignore b/keys/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/keys/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/videos/encrypted/.gitignore b/videos/encrypted/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/videos/encrypted/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/videos/plaintext/.gitignore b/videos/plaintext/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/videos/plaintext/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore