In between commit implementation of main data encryption

This commit is contained in:
2022-12-10 20:19:26 +01:00
parent a00550e0b6
commit 2b3e4932c2
11 changed files with 25 additions and 12 deletions

2
data/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.gpg
*.txt

1
data/decrypted/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
main_data/*

1
data/decrypted/group_files/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.txt

1
data/decrypted/user_files/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.json

1
data/encrypted/group_files/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.gpg

1
data/encrypted/user_files/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.gpg