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

main
samerbam 1 year ago
parent 57b9590f88
commit e2c1936488

8
.gitignore vendored

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

Loading…
Cancel
Save