From ed6b5320fdc5120c6cc280d916e96a801489ebb7 Mon Sep 17 00:00:00 2001 From: Aaron LaBeau Date: Wed, 13 Nov 2024 09:50:24 -0600 Subject: [PATCH] updated to include ignoring public assets --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ebe0d0d..7f18922 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ example/.vscode example/android/.gradle example/android/app/build/* example/ios/DerivedData/* - +example/ios/App/App/public/assets/* # windows windows/IonicCouchbaseLite/.vs/*