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:
Johannes
2025-09-09 18:50:59 +02:00
parent 754ee5b923
commit fd3fc6bcc2

2
.gitignore vendored
View File

@@ -39,4 +39,4 @@ area/
# Deployment
.env.upload
.code-workspace
*.code-workspace