From 0220847bb817a3f0824a6172b65eac95e3a79dd5 Mon Sep 17 00:00:00 2001 From: Cristiano Magro <cristiano.magro@vola.it> Date: Sat, 04 Oct 2025 21:08:43 +0200 Subject: [PATCH] setting per vcode --- .gitignore | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cef26ee..180cd5c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,11 +23,10 @@ /nbdist/ /.nb-gradle/ -### VS Code ### -.vscode/ - ### intellij ### .idea/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +target/ \ No newline at end of file -- Gitblit v1.8.0