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: # add your custom gitignore here:
!.gitignore !.gitignore
!.gitsubmodules !.gitsubmodules
# backend/skills/config.py # config.py
config.py # */config.py
*/config.py # */*/config.py
*/*/config.py *config.py
tempdir*/ tempdir*/
tmpdir*/ tmpdir*/

Loading…
Cancel
Save