From 153af24d9c874f86c9b044490e771e81361e61e0 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Wed, 6 Apr 2022 20:12:59 +0200 Subject: [PATCH] Update .gitignore Signed-off-by: Stefan Niedermann --- .gitignore | 2 -- app/.gitignore | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 74a30812..e93457ad 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,3 @@ /.idea/ *.iml /projectFilesBackup/ -/app/release/ -/app/schemas/ \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore index 2c10ad0b..3548d2f2 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,8 @@ +/release +/schemas /build /play /fdroid -/dev \ No newline at end of file +/dev +/mdm +/pfungstadt \ No newline at end of file