Ignore .vscode/ (#3879)

This commit is contained in:
Chenlei Hu 2024-06-26 19:59:19 -04:00 committed by GitHub
parent 354f9fcf43
commit 3c1ecc535e

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ __pycache__/
!custom_nodes/example_node.py.example !custom_nodes/example_node.py.example
extra_model_paths.yaml extra_model_paths.yaml
/.vs /.vs
.vscode/
.idea/ .idea/
venv/ venv/
/web/extensions/* /web/extensions/*