Public code.

This commit is contained in:
aminecmi
2015-06-06 21:33:55 +02:00
parent 0f03f8daac
commit e99c3e7ea5
108 changed files with 3158 additions and 0 deletions

39
Les Horaires/.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
/build
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
# 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
# Eclipse stuff
.classpath
.project
.settings
# Gradle stuff
.gradle/
build/
.idea/
out/
*.iml
Thumbs.db