chore: Add .workspaces to .gitignore

This change adds the .workspaces directory to the .gitignore file. This directory is used by the Yarn workspaces feature and should not be committed to the repository.
This commit is contained in:
Andras Bacsai 2025-11-01 13:32:32 +01:00
parent 237246acee
commit 856b7f3c8f

1
.gitignore vendored
View file

@ -37,3 +37,4 @@ scripts/load-test/*
docker/coolify-realtime/node_modules docker/coolify-realtime/node_modules
.DS_Store .DS_Store
CHANGELOG.md CHANGELOG.md
/.workspaces