mirror of https://github.com/iSoron/uhabits.git
parent
cf98d1a5c3
commit
a802053ef7
@ -1,36 +1,22 @@
|
|||||||
#built application files
|
|
||||||
*.apk
|
|
||||||
*.ap_
|
*.ap_
|
||||||
|
*.apk
|
||||||
# files for the dex VM
|
|
||||||
*.dex
|
|
||||||
|
|
||||||
# Java class files
|
|
||||||
*.class
|
*.class
|
||||||
|
*.dex
|
||||||
# generated files
|
*.iml
|
||||||
bin/
|
*.local.*
|
||||||
gen/
|
*.swp
|
||||||
|
*.trace
|
||||||
# Local configuration file (sdk path, etc)
|
*~
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Windows thumbnail db
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# OSX files
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Eclipse project files
|
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
|
||||||
|
|
||||||
# Android Studio
|
|
||||||
.idea
|
|
||||||
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
|
|
||||||
.gradle
|
.gradle
|
||||||
build/
|
.idea
|
||||||
*.iml
|
.project
|
||||||
|
Thumbs.db
|
||||||
art/
|
art/
|
||||||
*.actual.png
|
bin/
|
||||||
|
build/
|
||||||
|
captures/
|
||||||
|
docs/
|
||||||
|
gen/
|
||||||
|
local.properties
|
||||||
|
Loading…
Reference in new issue