From f7ad2416613b4d03865fe6c8bffacae898594c00 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Thu, 1 Apr 2021 14:01:33 +0200 Subject: [PATCH] Ignore common local env files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 04bc8b1..0562529 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ client_secret .env uhepp_org/uhepp_vault/static/react +api_dev.sh +uhepp_org/oidc_dev.sh +*.json -- GitLab