From f68999184adce534ce15a87858f6da9168768223 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:51:18 +0000 Subject: [PATCH] Remove IDE (idea) files and fix .gitgnore --- .gitignore | 2 +- .idea/.gitignore | 8 -------- .idea/catalogd.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/catalogd.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 305a463ba..d665c576e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ install.sh !vendor/**/zz_generated.* # editor and IDE paraphernalia -.idea +.idea/ *.swp *.swo *~ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81b..000000000 --- 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/catalogd.iml b/.idea/catalogd.iml deleted file mode 100644 index 5e764c4f0..000000000 --- a/.idea/catalogd.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 805dd8395..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file