From cda33e400bb2790dce3df182747a35804c3e2662 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:33:42 +0330 Subject: [PATCH] fix(.gitignore): fixed GitHub copilot review changes --- ReactJs.gitignore | 1 - VueJs.gitignore | 1 - 2 files changed, 2 deletions(-) diff --git a/ReactJs.gitignore b/ReactJs.gitignore index be3c5578..bce6edbf 100644 --- a/ReactJs.gitignore +++ b/ReactJs.gitignore @@ -25,7 +25,6 @@ out/ # Editor directories and files .vscode/ -../github-gitignore/.idea/ *.suo *.ntvs* *.njsproj diff --git a/VueJs.gitignore b/VueJs.gitignore index f4655f48..c7f328ac 100644 --- a/VueJs.gitignore +++ b/VueJs.gitignore @@ -26,7 +26,6 @@ www/ # Editor directories and files .vscode/ -../github-gitignore/.idea/ *.suo *.ntvs* *.njsproj