From 40f3e3f92df313ce680cbcb3b8afbcbe5343e9f8 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