diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-08 17:25:58 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-08 17:26:48 +0200 |
commit | edf9186cee3b6360ecd2692c7bd79e4503e7f69d (patch) | |
tree | 185a706b4f77cff7eba8212a8076fb33badab001 /.gitignore | |
parent | 16731fda08930147d68b24ee84862f6f658c7332 (diff) | |
download | vyos-1x-edf9186cee3b6360ecd2692c7bd79e4503e7f69d.tar.gz vyos-1x-edf9186cee3b6360ecd2692c7bd79e4503e7f69d.zip |
Add VScode configuration files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe92f5b9d..e766a2c27 100644 --- a/.gitignore +++ b/.gitignore @@ -133,6 +133,10 @@ debian/*.substvars *.vpwhist *.vtg +# VS Code +.vscode/* +!.vscode/settings.json + # VIM *.swp |