From bb06beae4b6751e0b00f22ebcdc97cb89899432f Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 23 Aug 2025 16:09:24 +0200 Subject: [PATCH] Add build artifacts and files to gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34a179d7..f395778c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,12 @@ temp_ebook.md ebook/*.pdf ebook/*.epub -convert.py \ No newline at end of file +convert.py + +attachments/build/** +attachments/android/.gradle/** +attachments/android/.idea +attachments/android/.gradle/** +attachments/android/app/.cxx/** +attachments/android/app/build/** +local.properties \ No newline at end of file