Skip to content

Commit

Permalink
Initialize "git"crypt" and add Arctic Ice Studio GPG key
Browse files Browse the repository at this point in the history
1. Initialized `git-crypt` for the repository: `git-crypt init`
   (default key)
2. Added the main Arctic Ice Studio GPG key:
   `git-crypt add-gpg-user -n <ID>`
   (`-n` flag prevents automatic commit of generated files)

GH-113
  • Loading branch information
arcticicestudio committed Sep 8, 2018
1 parent 6cb24f2 commit 4362ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .git-crypt/.gitattributes
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4362ef5

Please sign in to comment.