From b9e883866ecf0fa06478548f97225a1b99845b0d Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 5 Sep 2025 00:26:47 +0200 Subject: [PATCH] Clean up gitignores --- .gitignore | 3 ++- android-activity/.gitignore | 10 ---------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 android-activity/.gitignore diff --git a/.gitignore b/.gitignore index eb5a316..4fffb2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -target +/target +/Cargo.lock diff --git a/android-activity/.gitignore b/android-activity/.gitignore deleted file mode 100644 index 29f475a..0000000 --- a/android-activity/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/target -Cargo.lock - - -# Added by cargo -# -# already existing elements were commented out - -#/target -#Cargo.lock