From a408ee7c9d68d378308ade61a6f124510b02743b Mon Sep 17 00:00:00 2001 From: Yui Date: Mon, 3 Nov 2025 15:59:17 -0300 Subject: [PATCH] fix(project): added bundle support and added to .gitignore --- .gitignore | 4 +++- .../moe.yuyui.weebsights-port.csproj | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index add57be..fd94c21 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ bin/ obj/ /packages/ riderModule.iml -/_ReSharper.Caches/ \ No newline at end of file +/_ReSharper.Caches/ +bundles.json +bundles/ \ No newline at end of file diff --git a/moe.yuyui.weebsights-port/moe.yuyui.weebsights-port.csproj b/moe.yuyui.weebsights-port/moe.yuyui.weebsights-port.csproj index e6254f8..2a1d805 100644 --- a/moe.yuyui.weebsights-port/moe.yuyui.weebsights-port.csproj +++ b/moe.yuyui.weebsights-port/moe.yuyui.weebsights-port.csproj @@ -10,5 +10,14 @@ - + + + Always + + + + + Always + +