feat: add VERSION to exclude list in vscode

This commit is contained in:
eric
2026-03-04 07:47:34 +01:00
parent f6c6e97707
commit d8f92486c3
2 changed files with 82 additions and 0 deletions

10
template/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"VERSION": true
}
}