

gradletasknamecache # Work around # gradle/wrapper/gradle-wrapper. gradle /build/ # Ignore Gradle GUI config tting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar # Cache of project. idea_modules/ # JIRA plugin atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties # Intellij+iml Patch # Reason: modules.xml. idea/mongoSettings.xml # File-based project format: *.iws # Plugin-specific files: # IntelliJ /out/ # mpeltonen/sbt-idea plugin. idea/tasks.xml # Sensitive or high-churn files. externalNativeBuild # Android Patch # gen-external-apklibs # Intellij+iml # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, P圜harm, CLion, Android Studio and Webstorm # Reference: # User-specific stuff. idea/libraries # Keystore files *.jks # External native build folder generated in Android Studio 2.2 and later. navigation/ # Android Studio captures folder captures/ # Intellij *.iml. 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. class generated files bin/ out/ gen/ Libraries used by the app Can explicitly add if we want, but shouldn't do so blindly. gitignore file.DSStore built application files. It includes ignore files for android, Gradle & IntelliJ # Created by # Android # Built application files *.apk *.ap_ # Files for the ART/Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ out/ # Gradle files. I created project in Android Studio with. gitignore file for most of the android studio projects.
