Skip to content

Commit fef2011

Browse files
committed
chore(vscode): remove DVC exclusion pattern
Remove exclusion pattern for DVC files from VS Code settings - The pattern `**/*.dvc` was previously excluded from file explorer - This change makes DVC files visible in VS Code again - Reflects updated project requirements regarding DVC usage
1 parent 4ac6e17 commit fef2011

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

template/.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"**/.pytest_cache/": true,
88
"**/.ruff_cache/": true,
99
"**/.venv/": true,
10-
"**/*.dvc": true,
1110
"**/junit.xml": true
1211
},
1312
"python.analysis.diagnosticMode": "workspace",

0 commit comments

Comments
 (0)