From 361135a972a205e756bdae4298965d62ea4170b5 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 23 Apr 2026 12:44:24 +0330 Subject: [PATCH] Add .vscode and .DS_Store to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 723ef36..204755a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.idea \ No newline at end of file +.idea +.DS_Store +.vscode \ No newline at end of file