Skip to content

Commit

Permalink
Example packages regression fix (evaera#100)
Browse files Browse the repository at this point in the history
* Ignore nested Packages

* Fix regression from Packages

* Should just be Packages
  • Loading branch information
Ukendio authored Jan 5, 2024
1 parent 643e61b commit 241463f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ luac.out
*.hex

DevPackages
Packages
roblox.toml
build
*.rbxl
Expand Down
2 changes: 1 addition & 1 deletion example.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"$path": "example/assets/assets.rbxm"
},
"Lib": {
"$path": "Packages",
"$className": "Folder",
"Matter": {
"$path": "lib"
}
Expand Down

0 comments on commit 241463f

Please sign in to comment.