mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
417 B
36 lines
417 B
#built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Windows thumbnail db
|
|
Thumbs.db
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Android Studio
|
|
.idea
|
|
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
|
|
.gradle
|
|
build/
|
|
*.iml
|
|
|
|
art/
|