Skip to content

Commit

Permalink
initial commit, changed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Branislav Smik committed Oct 4, 2017
1 parent 36fe1b5 commit ef2a47b
Showing 1 changed file with 57 additions and 7 deletions.
64 changes: 57 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,59 @@
# Built application files
*.apk
*.ap_

# Files for the 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/

# Ant
build.xml

# Maven
target/
pom.xml.*
release.properties

# Eclipse
.classpath
.project
.externalToolBuilders/

# IntelliJ
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
*.ipr
*.iws
.idea/
/out/

# Android Studio
.navigation/
captures/

# Mac
.DS_Store
/build
/captures
.externalNativeBuild

# Crashlytics
crashlytics.properties
crashlytics-build.properties
com_crashlytics_export_strings.xml

# Fabric
fabric.properties

0 comments on commit ef2a47b

Please sign in to comment.