From 55c7ee618e5d59ac5eb691febb6dd911f3f75d2a Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 16 Jun 2024 12:02:05 +0200 Subject: Fix SQL stuff + remove C++ code --- updater/sql/.idea/.gitignore | 8 -------- updater/sql/.idea/inspectionProfiles/Project_Default.xml | 13 ------------- updater/sql/.idea/inspectionProfiles/profiles_settings.xml | 6 ------ updater/sql/.idea/misc.xml | 4 ---- updater/sql/.idea/modules.xml | 8 -------- updater/sql/.idea/pgsql.iml | 8 -------- 6 files changed, 47 deletions(-) delete mode 100755 updater/sql/.idea/.gitignore delete mode 100755 updater/sql/.idea/inspectionProfiles/Project_Default.xml delete mode 100755 updater/sql/.idea/inspectionProfiles/profiles_settings.xml delete mode 100755 updater/sql/.idea/misc.xml delete mode 100755 updater/sql/.idea/modules.xml delete mode 100755 updater/sql/.idea/pgsql.iml (limited to 'updater/sql/.idea') diff --git a/updater/sql/.idea/.gitignore b/updater/sql/.idea/.gitignore deleted file mode 100755 index 13566b8..0000000 --- a/updater/sql/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/updater/sql/.idea/inspectionProfiles/Project_Default.xml b/updater/sql/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100755 index 8252e57..0000000 --- a/updater/sql/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - \ No newline at end of file diff --git a/updater/sql/.idea/inspectionProfiles/profiles_settings.xml b/updater/sql/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100755 index 105ce2d..0000000 --- a/updater/sql/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/updater/sql/.idea/misc.xml b/updater/sql/.idea/misc.xml deleted file mode 100755 index a971a2c..0000000 --- a/updater/sql/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/updater/sql/.idea/modules.xml b/updater/sql/.idea/modules.xml deleted file mode 100755 index dfb35d4..0000000 --- a/updater/sql/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/updater/sql/.idea/pgsql.iml b/updater/sql/.idea/pgsql.iml deleted file mode 100755 index d0876a7..0000000 --- a/updater/sql/.idea/pgsql.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file -- cgit