Created
November 7, 2021 13:23
-
-
Save rex50/580e3836f4707f84af50109070e2e808 to your computer and use it in GitHub Desktop.
Git ignore paths for a Android preoject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Built application files | |
*.apk | |
*.ap_ | |
# Generated files | |
bin/ | |
gen/ | |
out/ | |
# IntelliJ | |
*.iml | |
/.idea | |
/.idea/workspace.xml | |
/.idea/tasks.xml | |
/.idea/gradle.xml | |
/.idea/assetWizardSettings.xml | |
/.idea/dictionaries | |
/.idea/libraries | |
/.idea/caches | |
/.idea/caches/build_file_checksums.ser | |
/.idea/misc.xml | |
/.idea/markdown-navigator.xml | |
/.idea/markdown-navigator/profiles_settings.xml | |
/.idea/kotlinc.xml | |
/.idea/modules.xml | |
/.idea/codeStyles/Project.xml | |
# Gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
/local.properties | |
.DS_Store | |
/build | |
/captures | |
/app/release/output.json | |
/app/aksah/ | |
/app/utkarsh/ | |
/app/kshetrapal/ | |
/app/margadarshi/ | |
/app/electricianEducation/ | |
/.idea/jarRepositories.xml | |
/.idea/inspectionProfiles/Project_Default.xml | |
/app/mapping.txt | |
/app/seeds.txt | |
/app/unused.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment