From d997e90c94500b7f50c0c2d3af91483c01845ccb Mon Sep 17 00:00:00 2001 From: YHKOO95 Date: Thu, 9 Feb 2023 01:47:47 +0900 Subject: [PATCH] =?UTF-8?q?[D83T-1]=20.gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 182 ++++++++++++++++++++++++++++++++------------- .idea/compiler.xml | 4 +- .idea/misc.xml | 6 +- 3 files changed, 136 insertions(+), 56 deletions(-) diff --git a/.gitignore b/.gitignore index 56cc642..81618d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,51 @@ -# Built application files +# Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio +# Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio + +### Android ### +# 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 -*.aar +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + +### Android Patch ### +gen-external-apklibs + +# Replacement of .externalNativeBuild directories introduced +# with Android Studio 3.5. + +### AndroidStudio ### +# Covers files to be ignored for android development using Android Studio. + +# Built application files *.ap_ *.aab @@ -14,72 +59,109 @@ bin/ gen/ out/ -# Uncomment the following line in case you need and you don't have the release build type files in your app -# release/ # Gradle files -.gradle/ -build/ +.gradle + +# Signing files +.signing/ # Local configuration file (sdk path, etc) -local.properties # Proguard folder generated by Eclipse proguard/ # Log Files -*.log -# Android Studio Navigation editor temp files +# Android Studio +/*/build/ +/*/local.properties +/*/out +/*/*/build +/*/*/production .navigation/ +*.ipr +*~ +*.swp -# Android Studio captures folder -captures/ +# Keystore files -# IntelliJ -*.iml +# Google Services (e.g. APIs or Firebase) +# google-services.json + +# Android Patch + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild + +# NDK +obj/ + +# IntelliJ IDEA +*.iws +/out/ + +# User-specific configurations +.idea/caches/ +.idea/libraries/ +.idea/shelf/ .idea/workspace.xml .idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -# Android Studio 3 in .gitignore file. -.idea/caches +.idea/.name +.idea/compiler.xml +.idea/copyright/profiles_settings.xml +.idea/encodings.xml +.idea/misc.xml .idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/scopes/scope_settings.xml +.idea/dictionaries +.idea/vcs.xml +.idea/jsLibraryMappings.xml +.idea/datasources.xml +.idea/dataSources.ids +.idea/sqlDataSources.xml +.idea/dynamic.xml +.idea/uiDesigner.xml +.idea/assetWizardSettings.xml +.idea/gradle.xml +.idea/jarRepositories.xml .idea/navEditor.xml -# Keystore files -# Uncomment the following lines if you do not want to check your keystore files in. -#*.jks -#*.keystore +# Legacy Eclipse project files +.classpath +.project +.cproject +.settings/ -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild -.cxx/ +# Mobile Tools for Java (J2ME) +.mtj.tmp/ -# Google Services (e.g. APIs or Firebase) -# google-services.json +# Package Files # +*.war +*.ear + +# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml) +hs_err_pid* + +## Plugin-specific files: + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Mongo Explorer plugin +.idea/mongoSettings.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +### AndroidStudio Patch ### + +!/gradle/wrapper/gradle-wrapper.jar -# Freeline -freeline.py -freeline/ -freeline_project_description.json - -# fastlane -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots -fastlane/test_output -fastlane/readme.md - -# Version control -vcs.xml - -# lint -lint/intermediates/ -lint/generated/ -lint/outputs/ -lint/tmp/ -# lint/reports/ +# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fcb19bf..cf22ce5 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,8 @@ - + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 2d78bff..fb0d77e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,10 +1,6 @@ - - + - - \ No newline at end of file