From 152cb523e4e787e7c718cdb7ecae330dd7701366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=89=E5=88=A9?= Date: Tue, 23 Apr 2019 14:45:44 +0800 Subject: [PATCH] fix: gitingnore --- .gitignore | 2 + .idea/codeStyles/Project.xml | 29 ++++++++++ .idea/compiler.xml | 23 -------- .idea/copyright/profiles_settings.xml | 3 -- .idea/markdown-navigator.xml | 78 +++++++++++++++++++++++++++ .idea/misc.xml | 66 ++++------------------- .idea/vcs.xml | 2 +- 7 files changed, 120 insertions(+), 83 deletions(-) create mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/markdown-navigator.xml diff --git a/.gitignore b/.gitignore index da50c3c..7a78275 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ captures/ # Keystore files *.jks outcorelibrary +.idea/*.* +.idea/*/* \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 734b743..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/markdown-navigator.xml b/.idea/markdown-navigator.xml new file mode 100644 index 0000000..7753d6d --- /dev/null +++ b/.idea/markdown-navigator.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 004641d..b0c7b20 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,84 +1,38 @@ - - - - - - - - - - - - - - + - - - - - - - - - - - - 1.8 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file