From 18f78761c8f12233811104ef40c9deaa0a294852 Mon Sep 17 00:00:00 2001 From: Nilstrieb Date: Fri, 6 Aug 2021 18:46:05 +0200 Subject: [PATCH] fuck --- .gitignore | 3 +++ .idea/.gitignore | 8 -------- .idea/datastructures.iml | 11 ----------- .idea/discord.xml | 7 ------- .idea/misc.xml | 11 ----------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 3 insertions(+), 51 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/datastructures.iml delete mode 100644 .idea/discord.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 96ef6c0..cb63b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target Cargo.lock + +.idea +*.iml \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 4f5a145..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/../../../../../../../:\Users\nilsh\CLionProjects\rust\datastructures\.idea/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/datastructures.iml b/.idea/datastructures.iml deleted file mode 100644 index c254557..0000000 --- a/.idea/datastructures.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index d8e9561..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 461fec0..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 51c4ca4..0000000 --- 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 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file