chore: exclude Cursor workspace file from git (local IDE only)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-05 14:41:03 +10:00
parent 459b2babd1
commit 2a0eb6e90c
2 changed files with 1 additions and 19 deletions
+1
View File
@@ -20,6 +20,7 @@ dist/
.idea/
.vscode/*
!.vscode/extensions.json
*.code-workspace
# OS
.DS_Store
-19
View File
@@ -1,19 +0,0 @@
{
"folders": [
{
"path": "D:/Soft/Git/ssh-monitor",
"name": "ssh-monitor"
},
{
"path": "D:/Soft/Git/RDP-login-monitor",
"name": "rdp-monitor"
},
{
"path": "D:/Soft/Git/security-alert-center",
"name": "security-alert-center"
}
],
"settings": {
"files.eol": "\n"
}
}