From 48c3b7488897551539781c64cb0266c78061bfb8 Mon Sep 17 00:00:00 2001 From: sai <576920627@qq.com> Date: Sun, 27 Sep 2020 23:54:15 +0800 Subject: [PATCH] delete .idea and add out to ..gitignore --- .gitignore | 3 +- .idea/.gitignore | 11 - .idea/codeStyles/Project.xml | 77 -- .idea/codeStyles/codeStyleConfig.xml | 6 - .idea/compiler.xml | 9 - .idea/encodings.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 975 ------------------- .idea/misc.xml | 86 -- 8 files changed, 2 insertions(+), 1171 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 67fe134ee..59e744cba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ .DS_STORE .gradle build +out # IntelliJ IDEA **/*.iml - +.idea # Eclipse .classpath .project diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 746e9c2a7..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -gradle.xml -dataSources.* -dataSources/ -dictionaries/ -modules.xml -modules/ -libraries/ -shelf/ -tasks.xml -vcs.xml -workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 9664a7ba7..000000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 6e6eec114..000000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 3058433f8..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba45..000000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index f4e19b7a5..000000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,975 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index b6cbdeee1..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file