mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 12:50:40 +00:00
chore(pkg): expand list of excludes in manifest
This commit is contained in:
parent
50c5a0967f
commit
6b30f08388
1 changed files with 9 additions and 1 deletions
10
wally.toml
10
wally.toml
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue