Skip to content

Commit

Permalink
Turn include in wally.toml into exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 7, 2024
1 parent e3fb9ef commit 4765150
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ version = "1.0.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
include = ["src"]
exclude = [
".github",
".lune",
".moonwave",
".vscode",
"assets",
"docs",
"test",
".gitignore",
"dev.project.json",
"moonwave.toml",
"selene.toml",
"rokit.toml",
"LICENSE",
"CONTRIBUTING.md",
"README.md"
]

[dependencies]

0 comments on commit 4765150

Please sign in to comment.