From 4dd7e197cae1699a520ce58df12f373837a389d7 Mon Sep 17 00:00:00 2001 From: Christof Wolke Date: Mon, 1 Aug 2016 11:00:10 +0200 Subject: [PATCH] new gitignore --- BIDL/BIDL/app/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BIDL/BIDL/app/.gitignore b/BIDL/BIDL/app/.gitignore index 796b96d..2665975 100644 --- a/BIDL/BIDL/app/.gitignore +++ b/BIDL/BIDL/app/.gitignore @@ -1 +1,8 @@ +*.iml +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store /build +/captures \ No newline at end of file -- GitLab