From 49929fd0872070c2247f50e3e5b950695ef7bbad Mon Sep 17 00:00:00 2001 From: Slavasil Date: Fri, 25 Apr 2025 09:01:09 +0300 Subject: [PATCH] remove .idea directory --- .gitignore | 1 + .idea/.idea.SimpleTGBot/.idea/.gitignore | 13 ------------- .idea/.idea.SimpleTGBot/.idea/encodings.xml | 4 ---- .idea/.idea.SimpleTGBot/.idea/indexLayout.xml | 8 -------- .idea/.idea.SimpleTGBot/.idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .idea/.idea.SimpleTGBot/.idea/.gitignore delete mode 100644 .idea/.idea.SimpleTGBot/.idea/encodings.xml delete mode 100644 .idea/.idea.SimpleTGBot/.idea/indexLayout.xml delete mode 100644 .idea/.idea.SimpleTGBot/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 940ac5a..a4fc62b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ obj/ riderModule.iml /_ReSharper.Caches/ /.vs/ +/.idea/ diff --git a/.idea/.idea.SimpleTGBot/.idea/.gitignore b/.idea/.idea.SimpleTGBot/.idea/.gitignore deleted file mode 100644 index 8839526..0000000 --- a/.idea/.idea.SimpleTGBot/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/contentModel.xml -/projectSettingsUpdater.xml -/modules.xml -/.idea.SimpleTGBot.iml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.SimpleTGBot/.idea/encodings.xml b/.idea/.idea.SimpleTGBot/.idea/encodings.xml deleted file mode 100644 index df87cf9..0000000 --- a/.idea/.idea.SimpleTGBot/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.SimpleTGBot/.idea/indexLayout.xml b/.idea/.idea.SimpleTGBot/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.SimpleTGBot/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.SimpleTGBot/.idea/vcs.xml b/.idea/.idea.SimpleTGBot/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.SimpleTGBot/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file