From c07e2d1062d6baca5b9d5c28f427a08a334cbcec Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 10 May 2024 17:38:29 +0200 Subject: [PATCH] =?UTF-8?q?chore(git):=20ignore=20=E2=80=B9dev=E2=80=BA=20?= =?UTF-8?q?secrets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Don't spam the ‹git status› with temporary / testing secrets 2. Avoid accidentally leaking actual secrets that may be linked or copied to the “development” deployment Signed-off-by: Matej Focko --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bb65b58..9f1e595 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ secrets/fedora-source-git/stg/* !secrets/**/*.j2 !secrets/**/ssh_config +# Ignore any ‹dev› secrets +secrets/*/dev/* + # used in move_stable script move_stable_repositories