From 8ecadd5327da012bb180104ff1b01cef1bef42d5 Mon Sep 17 00:00:00 2001 From: Constantin Wolf Date: Thu, 21 Sep 2023 09:29:22 +0200 Subject: [PATCH] Added inclusion phrase for `meta` files gitignore template of visualstudio is excluding meta file a proposal like in this issue could make use of the inclusion phrases to make generated gitignore files more usable: https://github.com/toptal/gitignore.io/issues/626 --- Unity.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..d0aff040 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -47,7 +47,8 @@ ExportedObj/ *.opendb *.VC.db -# Unity3D generated meta files +# Unity3D generated meta files (include & exclude) +!*.meta *.pidb.meta *.pdb.meta *.mdb.meta