From 3e6c126abf063138af7b836836634aad7b1383f9 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Mon, 19 Jun 2023 23:21:47 -0400 Subject: [PATCH] add ab meta to gitignore (#489) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95478cf7f..e007404c0 100644 --- a/.gitignore +++ b/.gitignore @@ -82,4 +82,5 @@ crashlytics-build.properties # Built AssetBundles /[Aa]ssets/[Ss]treamingAssets/*/* -/[Aa]ssets/[Ss]treamingAssets/*.manifest \ No newline at end of file +/[Aa]ssets/[Ss]treamingAssets/*.manifest +/[Aa]ssets/[Ss]treamingAssets/*.meta \ No newline at end of file