mirror of
https://gitee.com/51danju/workclock.git
synced 2025-06-07 19:34:05 +08:00
45 lines
522 B
Plaintext
Executable File
45 lines
522 B
Plaintext
Executable File
*.iml
|
|
.gradle
|
|
.idea
|
|
.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
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project files
|
|
*.ipr
|
|
*.iws
|
|
*.zip
|
|
GenerateApk
|
|
build.sh
|
|
app/build/
|
|
GenerateApk_*
|
|
outproguarm.txt
|
|
captures
|
|
app/src/custom_flavor/
|
|
app/src/ptest/
|
|
app/src/debug
|
|
app/release/
|
|
app/libs/arm64-v8a/
|
|
app/libs/armeabi-v7a/
|
|
app/libs/armeabi/
|
|
app/libs/x86/
|
|
app/libs/x86_64/
|