commit c2127a854b886e324c6a7254157bb1d9716842ba Author: Adithya Nair Date: Wed Mar 15 22:11:26 2023 +0530 initial commit diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes new file mode 100644 index 0000000..665b10e --- /dev/null +++ b/.git-crypt/.gitattributes @@ -0,0 +1,4 @@ +# Do not edit this file. To specify the files to encrypt, create your own +# .gitattributes file in the directory where your files are. +* !filter !diff +*.gpg binary diff --git a/.git-crypt/keys/default/0/95EA0E6BF507E8EA346AC8740C7F35F4F821290F.gpg b/.git-crypt/keys/default/0/95EA0E6BF507E8EA346AC8740C7F35F4F821290F.gpg new file mode 100644 index 0000000..a388df9 Binary files /dev/null and b/.git-crypt/keys/default/0/95EA0E6BF507E8EA346AC8740C7F35F4F821290F.gpg differ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a2a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +users/user.nix filter=git-crypt diff=git-crypt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d81b42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.tmp +result