From 2380c76ed3bc594be413af7cdbc4a1f4a4807065 Mon Sep 17 00:00:00 2001 From: AmirGoodarzi Date: Mon, 28 Apr 2025 22:50:52 +0330 Subject: [PATCH] Ignore desktop.ini --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b0b403..b1ca683 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ dist-ssr *.sln *.sw? -.env \ No newline at end of file +.env + +desktop.ini \ No newline at end of file