mirror of
https://gitee.com/51danju/workclock.git
synced 2025-06-07 19:34:05 +08:00
51 lines
585 B
Plaintext
Executable File
51 lines
585 B
Plaintext
Executable File
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
/.idea/libraries
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.zip
|
|
GenerateApk
|
|
build.sh
|
|
.idea/
|
|
.gradle/
|
|
.svn
|
|
.DS_Store
|
|
app/build/
|
|
build
|
|
GenerateApk_*
|
|
outproguarm.txt
|
|
captures
|
|
app/src/custom_flavor/
|
|
app/src/ptest/
|
|
app/src/debug
|
|
/app/release/app-release.apk
|