Last active
February 12, 2021 04:17
Revisions
-
OmarAlbelbaisy revised this gist
Nov 18, 2020 . 1 changed file with 24 additions and 32 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,3 @@ # Generated files bin/ gen/ @@ -17,44 +7,46 @@ out/ .gradle/ build/ # Proguard folder generated by Eclipse proguard/ # Android Studio Navigation editor temp files .navigation/ # Android Studio captures folder captures/ # IntelliJ .idea/ *.iml # 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 # Google Services (e.g. APIs or Firebase) google-services.json -
OmarAlbelbaisy created this gist
Aug 24, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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