1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Ignore __debug_bin* which is generated by vscode when debugging (#29524)

When debugging in VSCode now, the executable file generated will come
with a random string attached.
This commit is contained in:
sillyguodong
2024-03-01 22:18:35 +08:00
committed by GitHub
parent cee08f6347
commit 6841e58d1f

2
.gitignore vendored
View File

@@ -15,7 +15,7 @@ _test
# MS VSCode # MS VSCode
.vscode .vscode
__debug_bin __debug_bin*
*.cgo1.go *.cgo1.go
*.cgo2.c *.cgo2.c