mirror of https://github.com/go-gitea/gitea.git
Adjust VS Code debug filename match in .gitignore (#30158)
This commit is contained in:
parent
242b331260
commit
9585e19bb4
|
@ -14,7 +14,7 @@ _test
|
||||||
|
|
||||||
# MS VSCode
|
# MS VSCode
|
||||||
.vscode
|
.vscode
|
||||||
__debug_bin
|
__debug_bin*
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
# Architecture specific extensions/prefixes
|
||||||
*.[568vq]
|
*.[568vq]
|
||||||
|
|
Loading…
Reference in New Issue