From 527fe9e56c11b0be897b5deee133632b4cf2da02 Mon Sep 17 00:00:00 2001 From: "0.7%" Date: Thu, 30 Apr 2026 07:17:57 +0700 Subject: [PATCH] chore: refine wally exclude list --- wally.toml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/wally.toml b/wally.toml index 5fa2b0e..c9e50ad 100644 --- a/wally.toml +++ b/wally.toml @@ -7,15 +7,24 @@ authors = ["Iqbal F"] registry = "https://github.com/UpliftGames/wally-index" realm = "shared" exclude = [ + "**/*.rbxl", + "**/*.rbxlx", + "**/*.rbxm", ".gitattributes", ".gitignore", + ".github", + "references", + "benchmark", + "docs", + "tests", "default.project.json", + "build.project.json", "package.json", "stylua.toml", "selene.toml", - "benchmark/", - "docs/", - "tests/", + "rokit.toml", + "wally.lock", + "CONTRIBUTING.md", ] [dev-dependencies]