mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore: Add vscode configuration
Add vscode configuration that allows to develop, test and debug the collection. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -130,7 +130,12 @@ dmypy.json
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
.vscode/
|
||||
# Allow specific vscode configuration
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json
|
||||
|
||||
# Local files
|
||||
.idea/
|
||||
bin/
|
||||
*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user