mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-29 04:29:55 +00:00
gitignore: Visual Studio settings folder (#34375)
This commit is contained in:
parent
6b2c506e05
commit
a2024953c5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,6 +22,9 @@ _test
|
||||||
.vscode
|
.vscode
|
||||||
__debug_bin*
|
__debug_bin*
|
||||||
|
|
||||||
|
# Visual Studio
|
||||||
|
/.vs/
|
||||||
|
|
||||||
*.cgo1.go
|
*.cgo1.go
|
||||||
*.cgo2.c
|
*.cgo2.c
|
||||||
_cgo_defun.c
|
_cgo_defun.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue