From 09afbdd6eb0cce9b56f00c7ab8bf5e381d5f9826 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 18 Jul 2021 09:37:36 +1000 Subject: [PATCH] Re-add .wbx in Assets to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a332f1f4b..0958850364 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ **/Release/** **/Debug/** **/ipch/** +/Assets/dll/*.wbx *.ilk *.il