Skip to content

Instantly share code, notes, and snippets.

@OmarAlbelbaisy
Last active February 12, 2021 04:17

Revisions

  1. OmarAlbelbaisy revised this gist Nov 18, 2020. 1 changed file with 24 additions and 32 deletions.
    56 changes: 24 additions & 32 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,3 @@
    # Built application files
    *.apk
    *.ap_

    # Files for the ART/Dalvik VM
    *.dex

    # Java class files
    *.class

    # Generated files
    bin/
    gen/
    @@ -17,44 +7,46 @@ out/
    .gradle/
    build/

    # Local configuration file (sdk path, etc)
    local.properties

    # Proguard folder generated by Eclipse
    proguard/

    # Log Files
    *.log

    # Android Studio Navigation editor temp files
    .navigation/

    # Android Studio captures folder
    captures/

    # IntelliJ
    .idea/
    *.iml
    .idea/workspace.xml
    .idea/encodings.xml
    .idea/tasks.xml
    .idea/gradle.xml
    .idea/assetWizardSettings.xml
    .idea/misc.xml
    .idea/modules.xml
    .idea/runConfigurations.xml
    .idea/vcs.xml
    .idea/dictionaries
    .idea/libraries
    .idea/caches
    .idea/codeStyles

    # Built application files
    *.apk
    *.ap_

    # Files for the ART/Dalvik VM
    *.dex

    # Java class files
    *.class

    # Log Files
    *.log

    # Local configuration file (sdk path, etc)
    local.properties

    # External native build folders
    .externalNativeBuild
    .cxx

    # MAC files
    .DS_Store

    # Keystore files
    # Uncomment the following line if you do not want to check your keystore files in.
    #*.jks

    # External native build folder generated in Android Studio 2.2 and later
    .externalNativeBuild

    # Google Services (e.g. APIs or Firebase)
    google-services.json

  2. OmarAlbelbaisy created this gist Aug 24, 2019.
    71 changes: 71 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,71 @@
    # Built application files
    *.apk
    *.ap_

    # Files for the ART/Dalvik VM
    *.dex

    # Java class files
    *.class

    # Generated files
    bin/
    gen/
    out/

    # Gradle files
    .gradle/
    build/

    # Local configuration file (sdk path, etc)
    local.properties

    # Proguard folder generated by Eclipse
    proguard/

    # Log Files
    *.log

    # Android Studio Navigation editor temp files
    .navigation/

    # Android Studio captures folder
    captures/

    # IntelliJ
    *.iml
    .idea/workspace.xml
    .idea/encodings.xml
    .idea/tasks.xml
    .idea/gradle.xml
    .idea/assetWizardSettings.xml
    .idea/misc.xml
    .idea/modules.xml
    .idea/runConfigurations.xml
    .idea/vcs.xml
    .idea/dictionaries
    .idea/libraries
    .idea/caches
    .idea/codeStyles

    # Keystore files
    # Uncomment the following line if you do not want to check your keystore files in.
    #*.jks

    # External native build folder generated in Android Studio 2.2 and later
    .externalNativeBuild

    # Google Services (e.g. APIs or Firebase)
    google-services.json

    # Freeline
    freeline.py
    freeline/
    freeline_project_description.json

    # fastlane
    fastlane/report.xml
    fastlane/Preview.html
    fastlane/screenshots
    fastlane/test_output
    fastlane/readme.md