From 1f9bde5d68d7f330cebc27e4e133fb9589d50483 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Fri, 4 Jul 2025 18:20:55 +0200 Subject: [PATCH] feat: add encrypted destatis secret --- .env | Bin 0 -> 70 bytes .gitattributes | 3 +++ .gitignore | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .env create mode 100644 .gitattributes diff --git a/.env b/.env new file mode 100644 index 0000000000000000000000000000000000000000..1f759a9159dbfd481bf12ce1636c679eac8eaea9 GIT binary patch literal 70 zcmV-M0J;AFM@dveQdv+`03;uEbz>#Ta^12TsQlvooEh_Lk%uo5#iA0wntu78CZOh6 ct6=2$O0GEXq~{91G!~`p;xZWaR0J|V-DCP8>i_@% literal 0 HcmV?d00001 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1fb36ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes !filter !diff + +.env filter=git-crypt diff=git-crypt diff --git a/.gitignore b/.gitignore index 4c49bd7..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -.env