mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update .gitignore
This commit is contained in:
50
.gitignore
vendored
50
.gitignore
vendored
@@ -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
|
|
||||||
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
|
*.iml
|
||||||
|
*.local.*
|
||||||
|
*.swp
|
||||||
|
*.trace
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
.classpath
|
||||||
|
.gradle
|
||||||
|
.idea
|
||||||
|
.project
|
||||||
|
Thumbs.db
|
||||||
art/
|
art/
|
||||||
*.actual.png
|
bin/
|
||||||
|
build/
|
||||||
|
captures/
|
||||||
|
docs/
|
||||||
|
gen/
|
||||||
|
local.properties
|
||||||
|
|||||||
Reference in New Issue
Block a user