From 65e633e6c4440c797649db21ecf27c7b5f1e7aa0 Mon Sep 17 00:00:00 2001 From: Akilan Date: Mon, 24 May 2021 12:50:34 +0400 Subject: [PATCH] removed .idea file --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/modules.xml | 8 -------- .idea/p2p-redering-computation.iml | 15 --------------- .idea/p2p-rendering-computation.iml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/p2p-redering-computation.iml delete mode 100644 .idea/p2p-rendering-computation.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 0df29a4..9d95a8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.idea vendor/ bin/ p2p-rendering/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 935e4b3..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/p2p-redering-computation.iml b/.idea/p2p-redering-computation.iml deleted file mode 100644 index e28edd5..0000000 --- a/.idea/p2p-redering-computation.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/p2p-rendering-computation.iml b/.idea/p2p-rendering-computation.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/p2p-rendering-computation.iml +++ /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 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file