update .gitignore to ignore anything with config.py at end of name

This commit is contained in:
samerbam 2023-09-05 12:08:44 -04:00
parent 57b9590f88
commit e2c1936488

8
.gitignore vendored
View File

@ -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*/