added empty folders

This commit is contained in:
Luke Ogburn
2021-03-02 16:33:59 -05:00
parent 4e23acb940
commit 237bd596dc
4 changed files with 12 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,3 +0,0 @@
videos/encrypted/*
videos/plaintext/*
keys/*

4
keys/.gitignore vendored Normal file
View File

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

4
videos/encrypted/.gitignore vendored Normal file
View File

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

4
videos/plaintext/.gitignore vendored Normal file
View File

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