mirror of
https://github.com/PhilJay/MPAndroidChart.git
synced 2026-03-30 09:07:03 +00:00
If anyone does not know how to add a space or change the format in anyway, please learn how to subclass.
48 lines
485 B
Plaintext
48 lines
485 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
generated/
|
|
docs/
|
|
finalOutput/
|
|
projectFilesBackup/
|
|
|
|
build.xml
|
|
|
|
# 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
|
|
.idea/
|
|
|
|
.directory
|
|
|
|
# gradle wrapper working directory
|
|
.gradle
|
|
|
|
build/
|
|
|
|
# maven
|
|
target/
|
|
|
|
.DS_Store
|