Merge c56d2a42416bb6be47562e57445f860605dd729f into 21af8150b7ba315a9f75264ab77813b0b7c697a8

This commit is contained in:
6543 2025-02-20 08:34:45 +08:00 committed by GitHub
commit 81c15c39c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

5
.gitignore vendored
View File

@ -19,7 +19,10 @@ _test
/gitea_* /gitea_*
# MS VSCode # MS VSCode
.vscode .vscode/*
!.vscode/settings.json
!.vscode/launch.json
!.vscode/extensions.json
__debug_bin* __debug_bin*
*.cgo1.go *.cgo1.go

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"go.buildTags": "sqlite,sqlite_unlock_notify",
}