Skip to content

Commit 7b2f09b

Browse files
committed
Issue 742: Extension folder should be ignored
1 parent 656f625 commit 7b2f09b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ custom_nodes/
99
!custom_nodes/example_node.py.example
1010
extra_model_paths.yaml
1111
/.vs
12-
.idea/
12+
.idea/
13+
venv/
14+
web/extensions/*
15+
!web/extensions/logging.js.example
16+
!web/extensions/core/

0 commit comments

Comments
 (0)