From de778f7e8a6233134b7e87d39a312d9bb6397e47 Mon Sep 17 00:00:00 2001 From: Karola Marky Date: Sun, 25 Jun 2017 21:56:52 +0200 Subject: [PATCH] New gitignore --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index cd07bc5..2bf4b77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Built application files /*/build/ +build/* # Crashlytics configuations com_crashlytics_export_strings.xml @@ -14,17 +15,7 @@ local.properties .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 +.idea/* *.iml # OS-specific files @@ -35,3 +26,12 @@ local.properties .Trashes ehthumbs.db Thumbs.db + +# Documents +*.pdf +*.doc +*.docx +*.odt + +# APKs +*.apk