mirror of
https://github.com/wahyd4/libr-android.git
synced 2026-08-09 04:56:19 +10:00
29 lines
302 B
Plaintext
29 lines
302 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
target/
|
|
tmp/
|
|
gen-external-apklibs/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# IDEA project files
|
|
.idea/
|
|
*.iml
|
|
|