From 6c58a19495883e4d3fc31f75398035e5d77063af Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Tue, 16 Sep 2025 09:38:37 +0200 Subject: [PATCH] Aggiunti file in gitignore --- .gitignore | 2 ++ .idea/copilot.data.migration.agent.xml | 19 ------------------- .idea/dataSources.xml | 12 ------------ 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 .idea/copilot.data.migration.agent.xml delete mode 100644 .idea/dataSources.xml diff --git a/.gitignore b/.gitignore index 24ddd4dbb2..9a7ee4624d 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,5 @@ fabric.properties /temp /docker/tomcat/conf/integry/logs.db /docker/tomcat/conf/integry/logs.db-journal +copilot.*.xml +/.idea/dataSources.xml diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml deleted file mode 100644 index 3f9a01c925..0000000000 --- a/.idea/copilot.data.migration.agent.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 4f53dc3d0c..0000000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sqlserver.ms - true - com.microsoft.sqlserver.jdbc.SQLServerDriver - jdbc:sqlserver://SERVERDB2019 - $ProjectFileDir$ - - - \ No newline at end of file