``update .gitignore to modify exclusion pattern for _del files from '**/_del' to '**/*del'``

This commit is contained in:
louiscklaw
2025-05-13 13:28:13 +08:00
parent 2d022cb613
commit f4e5f94e17

2
.gitignore vendored
View File

@@ -7,7 +7,7 @@ _del
*.bak
*.log
*.del
**/_del
**/*del
**/volumes/**
006_lab