Skip to content

Commit 0c748d9

Browse files
committed
Fix rules for editor subfolders.
1 parent 261376d commit 0c748d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,5 @@ go.work.sum
197197
# env file
198198
.env
199199

200-
python_solutions/.vscode
201-
golang_solutions/.vscode
202-
python_solutions/.zed
203-
golang_solutions/.zed
200+
**/.zed/*
201+
**/.vscode/*

0 commit comments

Comments
 (0)