Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

.gitignore

Blame
  • .gitignore 430 B
    # 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
    .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