1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-02 01:17:43 +03:00
This commit is contained in:
6543 2024-12-30 15:23:43 +08:00 committed by GitHub
commit 913fb34a0f
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

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

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

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