1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gitignore: ignore VS Code workspaces

This commit is contained in:
Lukas Neubert 2020-05-12 19:29:44 +02:00 committed by GitHub
parent 7837abf6b0
commit b5b8fdaeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -1,5 +1,5 @@
# ignore all build binaries # ignore all build binaries
* *
!*/ !*/
!*.* !*.*
*.exe *.exe
@ -48,6 +48,7 @@ fns.txt
.settings/ .settings/
*.sublime-workspace *.sublime-workspace
.vscode/ .vscode/
*.code-workspace
*~ *~
*.swp *.swp
*.swo *.swo