From d9e7efe0d8c0df12700daea51c5c492b173240d1 Mon Sep 17 00:00:00 2001 From: Dayron Date: Wed, 15 Oct 2025 11:46:14 +0200 Subject: [PATCH] feat: Add .vscode and .VSCodeCounter to .gitignore to exclude VS Code configuration files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3820a95..f119fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release +.vscode +.VSCodeCounter \ No newline at end of file