From ec79aa7ced9d6020dca664178974e57f483e2866 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Thu, 15 Apr 2021 14:37:00 -0500 Subject: [PATCH] Ignore the config file. The config file was renamed. We don't want to accidentally include a testing/production config file into a commit. Ignore it. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cfdc8a..9ed2b81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -authz.yaml +svnauthz.yaml __pycache__