From e2c1936488681b9ab6f3e77211fc4ce960548822 Mon Sep 17 00:00:00 2001 From: samerbam Date: Tue, 5 Sep 2023 12:08:44 -0400 Subject: [PATCH] update .gitignore to ignore anything with config.py at end of name --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 179c5ae..4a80308 100644 --- a/.gitignore +++ b/.gitignore @@ -512,9 +512,9 @@ Temporary Items # add your custom gitignore here: !.gitignore !.gitsubmodules -# backend/skills/config.py -config.py -*/config.py -*/*/config.py +# config.py +# */config.py +# */*/config.py +*config.py tempdir*/ tmpdir*/