From 95aeeaa16f938875d0fc0e7415bfe5ab61e2e5f3 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Sat, 16 Apr 2022 06:30:10 +0900 Subject: [PATCH] updated .gitignore --- .gitignore | 47 ++++--- .idea/codeStyles/Project.xml | 139 ------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/compiler.xml | 6 - .idea/copyright/GPL.xml | 6 - .idea/copyright/profiles_settings.xml | 7 - .idea/deploymentTargetDropDown.xml | 17 --- .idea/dictionaries/tom50.xml | 7 - .idea/encodings.xml | 4 - .idea/gradle.xml | 22 --- .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/jarRepositories.xml | 100 ------------- .idea/kotlinCodeInsightSettings.xml | 7 - .idea/kotlinc.xml | 6 - .idea/misc.xml | 20 --- .idea/scopes/Pupil.xml | 3 - .idea/vcs.xml | 6 - gradlew | 0 18 files changed, 30 insertions(+), 378 deletions(-) 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/GPL.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/deploymentTargetDropDown.xml delete mode 100644 .idea/dictionaries/tom50.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/kotlinCodeInsightSettings.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/scopes/Pupil.xml delete mode 100644 .idea/vcs.xml mode change 100755 => 100644 gradlew diff --git a/.gitignore b/.gitignore index 7ca3a2e2..347e252e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,33 @@ +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ *.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures -.externalNativeBuild +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml -#Github pages -/gh-pages +# Keystore files +*.jks +*.keystore -#Private files -**/google-services.json -**/credentials.json \ No newline at end of file +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 585483f3..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,139 +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 79ee123c..00000000 --- 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 fb7f4a8a..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/copyright/GPL.xml b/.idea/copyright/GPL.xml deleted file mode 100644 index aff4b88e..00000000 --- a/.idea/copyright/GPL.xml +++ /dev/null @@ -1,6 +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 c4a8f7c8..00000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 9ecfdc78..00000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/tom50.xml b/.idea/dictionaries/tom50.xml deleted file mode 100644 index 06b3df9f..00000000 --- a/.idea/dictionaries/tom50.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - hitomi - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b21..00000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 9f491936..00000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,22 +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 d606a954..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 13afaa32..00000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/kotlinCodeInsightSettings.xml b/.idea/kotlinCodeInsightSettings.xml deleted file mode 100644 index 71e404da..00000000 --- a/.idea/kotlinCodeInsightSettings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 0dd4b354..00000000 --- a/.idea/kotlinc.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 9a15bce4..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/scopes/Pupil.xml b/.idea/scopes/Pupil.xml deleted file mode 100644 index f607cbcf..00000000 --- a/.idea/scopes/Pupil.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/gradlew b/gradlew old mode 100755 new mode 100644