update .gitignore to ignore anything with config.py at end of name
This commit is contained in:
parent
57b9590f88
commit
e2c1936488
8
.gitignore
vendored
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…
Reference in New Issue
Block a user