From b67017e8faa3622ad0246db6600b1b3f793a7297 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 17 May 2021 07:08:02 +0200 Subject: [PATCH] Improve .gitignore --- .gitignore | 2 ++ android/.gitignore | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1503308..0be2404 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /*.log /prebuilt/ .DS_Store + +.idea diff --git a/android/.gitignore b/android/.gitignore index b10a5b5..0f0f172 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,7 +1,6 @@ -/build -/local.properties -/.idea/ -/.gradle/ -/libs/ -/obj/ -/ffmpeg-kit-android-lib/build/ +build +local.properties +.idea/ +.gradle/ +libs/ +obj/