chore(pkg): expand list of excludes in manifest

This commit is contained in:
Erica Marigold 2024-04-15 21:33:48 +05:30
parent 50c5a0967f
commit 6b30f08388
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -4,7 +4,15 @@ version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "shared" realm = "shared"
license = "AGPL-3.0" 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"] include = ["lib/*.luau", "LICENSE.md", "README.md", "wally.toml"]
[dependencies] [dependencies]