gitignore: ignore VS Code workspaces

pull/4869/head^2
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
1 changed files with 2 additions and 1 deletions

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