From 7e9a68f9fd3c82611a8d1055a458cce5d19ce695 Mon Sep 17 00:00:00 2001 From: appflowy Date: Mon, 19 Jul 2021 17:29:18 +0800 Subject: [PATCH] rm rust-lib .idea foler and ignore it --- rust-lib/.gitignore | 2 +- rust-lib/.idea/.gitignore | 8 -------- rust-lib/.idea/modules.xml | 8 -------- rust-lib/.idea/rust-lib.iml | 20 -------------------- rust-lib/.idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 rust-lib/.idea/.gitignore delete mode 100644 rust-lib/.idea/modules.xml delete mode 100644 rust-lib/.idea/rust-lib.iml delete mode 100644 rust-lib/.idea/vcs.xml diff --git a/rust-lib/.gitignore b/rust-lib/.gitignore index 3ec66f140b..a42aa3663e 100644 --- a/rust-lib/.gitignore +++ b/rust-lib/.gitignore @@ -12,4 +12,4 @@ Cargo.lock **/**/temp bin/ -.idea \ No newline at end of file +.idea/ \ No newline at end of file diff --git a/rust-lib/.idea/.gitignore b/rust-lib/.idea/.gitignore deleted file mode 100644 index 73f69e0958..0000000000 --- a/rust-lib/.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/rust-lib/.idea/modules.xml b/rust-lib/.idea/modules.xml deleted file mode 100644 index 332e83b7bd..0000000000 --- a/rust-lib/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/rust-lib/.idea/rust-lib.iml b/rust-lib/.idea/rust-lib.iml deleted file mode 100644 index 257d037616..0000000000 --- a/rust-lib/.idea/rust-lib.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/rust-lib/.idea/vcs.xml b/rust-lib/.idea/vcs.xml deleted file mode 100644 index 6c0b863585..0000000000 --- a/rust-lib/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file