mirror of https://github.com/kurisufriend/Clover
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.
46 lines
608 B
46 lines
608 B
gps/
|
|
Clover/app/keys.properties
|
|
Clover/app/version.properties
|
|
Clover/captures/
|
|
Clover/sentry.properties
|
|
|
|
#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
|
|
|
|
# Android Studio
|
|
.idea
|
|
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
|
|
.gradle
|
|
build/
|
|
*.iml
|
|
|
|
## Windows detritus
|
|
#############
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Mac crap
|
|
.DS_Store
|
|
|
|
|