From 8ec054749e7df6bde2f0e51ad900ef6a6cf331cf 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 95478cf7..e007404c 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