From 35b5fa2d36bd1bc76606536f414d7252a3d12527 Mon Sep 17 00:00:00 2001 From: Giuseppe Raffa <77052701+sesee3@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:09:34 +0100 Subject: [PATCH] Aggiunge file di indexing locale e degli IDE alla lista di file ignorati --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ffe1890..04e9058 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,8 @@ plugin/telegram_users.json plugin/datasetModels/saved_datas plugin/datasetModels/hourly_archive.json -plugin/datasetModels/logs_references.json \ No newline at end of file +plugin/datasetModels/logs_references.json + +.DS_Store +.vscode/ +.idea/ \ No newline at end of file