From 6da7d26b4dc9aff8d453bcb9da57bf9a482cf2c7 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 3 Feb 2021 13:03:48 +0100 Subject: [PATCH] all: add .gitattributes to protect .age files from autocrlf It looks like a short message encrypted to a long RSA key is enough ASCII that it gets autocrlf'd on Windows. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad48a77 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.age binary