diff --git a/.gitignore b/.gitignore index 2375fa5..35d16a1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ dist/ .idea/ .vscode/* !.vscode/extensions.json +*.code-workspace # OS .DS_Store diff --git a/security-monitors.code-workspace b/security-monitors.code-workspace deleted file mode 100644 index 5fec98d..0000000 --- a/security-monitors.code-workspace +++ /dev/null @@ -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" - } -}