From d8f2ae5798aaf6dd20c1fd0a2bfedb472308a606 Mon Sep 17 00:00:00 2001 From: Yuuta Liang Date: Tue, 28 Nov 2023 11:38:41 -0800 Subject: Fix gitignore Signed-off-by: Yuuta Liang --- .gitignore | 1 + .idea/$CACHE_FILE$ | 64 ----------------------------------- .idea/$PRODUCT_WORKSPACE_FILE$ | 54 ----------------------------- .idea/.name | 1 - .idea/checkstyle-idea.xml | 18 ---------- .idea/codeStyles/Project.xml | 7 ---- .idea/codeStyles/codeStyleConfig.xml | 5 --- .idea/compiler.xml | 15 -------- .idea/copyright/profiles_settings.xml | 3 -- .idea/encodings.xml | 6 ---- .idea/misc.xml | 16 --------- .idea/modules.xml | 8 ----- .idea/vcs.xml | 6 ---- Project-Starter.iml | 31 ----------------- 14 files changed, 1 insertion(+), 234 deletions(-) delete mode 100644 .idea/$CACHE_FILE$ delete mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ delete mode 100644 .idea/.name delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 Project-Starter.iml diff --git a/.gitignore b/.gitignore index 275dc46..6a18d85 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ workspace.xml .gradle build/ .idea/ +*.iml diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index f73335b..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - Android - - - Class structureJava - - - Code maturity issuesJava - - - JUnit issuesJava - - - Java - - - Java 5Java language level migration aidsJava - - - Java 7Java language level migration aidsJava - - - Java 8Java language level migration aidsJava - - - Java language level migration aidsJava - - - Javadoc issuesJava - - - Numeric issuesJava - - - Portability issuesJava - - - Probable bugsJava - - - Resource management issuesJava - - - Threading issuesJava - - - - - Android - - - - - - \ No newline at end of file diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ deleted file mode 100644 index 4c9330e..0000000 --- a/.idea/$PRODUCT_WORKSPACE_FILE$ +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - scala-sdk-2.11.8 - - - - - - - - JDK12 - - - - - - - - 1.8 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 358bba7..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Project-Starter \ No newline at end of file diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 98cbe9f..0000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - 10.2 - JavaOnly - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index b3295c5..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,7 +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 8f1a3b7..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 40ed937..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,15 +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/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 9e466d8..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7ac8932..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 diff --git a/Project-Starter.iml b/Project-Starter.iml deleted file mode 100644 index 371516a..0000000 --- a/Project-Starter.iml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3