Add encrypted credentials via git-crypt.
This commit is contained in:
4
.git-crypt/.gitattributes
vendored
Normal file
4
.git-crypt/.gitattributes
vendored
Normal file
@@ -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
|
||||
Binary file not shown.
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
* text=auto
|
||||
creds.json filter=git-crypt diff=git-crypt merge=git-crypt
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
.direnv/
|
||||
creds.json
|
||||
|
||||
BIN
creds.json
Normal file
BIN
creds.json
Normal file
Binary file not shown.
Reference in New Issue
Block a user