From d0c15f2ec34c38d911fd6f3987ea8fb137aa6351 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 26 Oct 2022 22:42:41 -0400 Subject: [PATCH] Set up git-crypt to encrypt rust cargo credentials. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..90dd4e1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +cargo_credentials.toml filter=git-crypt diff=git-crypt