diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-20T13·50+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T13·50+0100 |
commit | 392832a1ca492041bf9af4223b7049580e104bf3 (patch) | |
tree | eb8910b647ae8860d387375d605b5f850067dc0e /.gitignore | |
parent | d71776a9ae5d90dd9af1a5c4bc35c6f6d50da1ad (diff) |
Testing git-secret
Adding a dummy, top-level secrets.json file using `git-secret`. It might be nice to have a mono-secrets file in json because then I can use it with `jq` like: ```shell $ jq '.secret' --join-output < ~/briefcase/secrets.json ```
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4693836bbdbf..0132f389508d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ node_modules/ /emacs/.emacs.d/tramp .gitsecret/keys/random_seed !*.secret +secrets.json |