From 6b30f0838809dab0c6334523dd3e4513832b10e6 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 15 Apr 2024 21:33:48 +0530 Subject: [PATCH] chore(pkg): expand list of excludes in manifest --- wally.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index 0bbcdb1..d857ff9 100644 --- a/wally.toml +++ b/wally.toml @@ -4,7 +4,15 @@ version = "0.1.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" license = "AGPL-3.0" -exclude = ["tests/**", "examples/**"] +exclude = [ + "tests/**", + "examples/**", + ".vscode/**", + "aftman.toml", + ".gitignore", + ".gitattributes", + "CHANGELOG.md", +] include = ["lib/*.luau", "LICENSE.md", "README.md", "wally.toml"] [dependencies]