fix: correct .gitignore pattern for workspace files
- Change from .code-workspace to *.code-workspace to match all workspace files - Ensures proper exclusion of VS Code workspace configurations
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -39,4 +39,4 @@ area/
|
|||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
.env.upload
|
.env.upload
|
||||||
.code-workspace
|
*.code-workspace
|
||||||
Reference in New Issue
Block a user