Ignore unused folders inside src/
Here's my folder structure:
What I'm trying to do is to have multiple
project.json files (game.project.json and menu.project.json in this case) sync up only their folder and the shared folder (for example, game.project.json would only sync the game folder and the shared folder, not the menu folder)
It was going fine until I've created the second project.json, now rbxtsc complains that I'm not syncing the menu folder.
Is there a way I can tell rbxtsc to not compile the menu folder when I'm using the game.project.json?1 Reply
that seems to fix my issue thx
didn't come up to my mind