Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Feb 28, 2020
1 parent e89e116 commit e5a2679
Showing 1 changed file with 9 additions and 38 deletions.
47 changes: 9 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Eclipse settings files
.settings/

# IntelliJ project files
*.iml
*.ipr
*.iws
.idea/

# Misc
.DS_Store
*.iml
.gradle/
local.properties
.idea/
.DS_Store
build/
captures/
.externalNativeBuild/
.cxx/

0 comments on commit e5a2679

Please sign in to comment.