Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Configure Git attributes `filter` and `diff` to use `git-crypt` setup Ensured to exclude Git specific `.gitattributes` and `.gitignore` files. Epic GH-33 Depends on GH-35 GH-49 GH-48 <---------------------------------------------------------------------> * Import trusted GPG keys for git-crypt Initialized git-crypt for the repository with `git-crypt init`. Added GPG keys of all core team members by running the `git-crypt add-gpg-user --trusted --no-commit <ID>` command where `--no-commit` flag prevents automatic commit of generated files while `--trusted` assumes the GPG user IDs are trusted. Epic GH-33 Depends on GH-35 GH-49 Resolves GH-48
- Loading branch information