From 7659a366785884913c559b5149c3bf110e30e497 Mon Sep 17 00:00:00 2001 From: Jacques Foucry Date: Mon, 23 May 2016 18:49:04 +0200 Subject: [PATCH] Ajout du fichier gitignore dans la branche --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..289bf66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Built application files +/*/build/ +/build + +# Crashlytics configuations +com_crashlytics_export_strings.xml + +# Local configuration file (sdk path, etc) +local.properties + +# Gradle generated files +.gradle/ + +# Signing files +.signing/ + +# User-specific configurations +.idea/libraries/ +.idea/workspace.xml +.idea/tasks.xml +.idea/.name +.idea/compiler.xml +.idea/copyright/profiles_settings.xml +.idea/encodings.xml +.idea/misc.xml +.idea/modules.xml +.idea/scopes/scope_settings.xml +.idea/vcs.xml +*.iml + +# OS-specific files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +*.apk +*.ap_ + +*.class +gen/