Browse Source

gitignore: Visual Studio settings folder (#34375)

pull/34384/head
6543 8 months ago committed by GitHub
parent
commit
a2024953c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .gitignore

3
.gitignore vendored

@ -22,6 +22,9 @@ _test @@ -22,6 +22,9 @@ _test
.vscode
__debug_bin*
# Visual Studio
/.vs/
*.cgo1.go
*.cgo2.c
_cgo_defun.c

Loading…
Cancel
Save