From 81a3973eb8d96b32016ce6b3eaedcadbf1ee9e39 Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Sat, 19 Oct 2024 09:52:21 +0200 Subject: [PATCH] removing .idea directory --- .gitignore | 4 +++- .idea/.gitignore | 8 -------- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/modules.xml | 8 -------- .idea/realtime-pubsub-client.iml | 9 --------- .idea/vcs.xml | 6 ------ 6 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/realtime-pubsub-client.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 64ae7f3..616978e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ go.work go.work.sum # env file -.env \ No newline at end of file +.env + +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.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/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ab63989..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/realtime-pubsub-client.iml b/.idea/realtime-pubsub-client.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/realtime-pubsub-client.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file