From a62b8236f670eaa0c9959578f25b4f4f7a4bd2d5 Mon Sep 17 00:00:00 2001 From: Alessio <207721121+AlessioADev@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:56:18 +0200 Subject: [PATCH] refactor: modified .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 119e42e5..05c835d8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -83,3 +83,6 @@ tm.json android/build android/app/.cxx + +# Build dir +build \ No newline at end of file