diff --git a/wally.toml b/wally.toml index 6bf9a23..420330c 100644 --- a/wally.toml +++ b/wally.toml @@ -1,12 +1,25 @@ [package] name = "lasttalon/linked-list" version = "0.1.0" -description = "A linked list implementation." +description = "A linked list implementation" license = "MIT" authors = ["Lucas Gangstad "] registry = "https://github.com/UpliftGames/wally-index" realm = "shared" -exclude = ["*.spec.lua", "*.dev.lua", "tests", "docs"] +exclude = [ + "*.spec.lua", + "*.dev.lua", + "tests", + "docs", + "aftman.toml", + "moonwave.toml", + "selene.toml", + "stylua.toml", + "testez-companion.toml", + "sourcemap.json", + "test.project.json", + "testez.yaml", +] [dependencies]