We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Phaser Editor lets the user specify the files and directories they'd like to filter from the project's file view.
But it would be very useful if it was possible to specify only the paths to be included instead of the ones to be ignored.
A possible example, in the phasereditor2d.config.json file:
phasereditor2d.config.json
{ "include": [ "game", "public/assets/game" ] }
This would include both a game directory in the root, and a game directory under public/assets.
game
public/assets
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, Phaser Editor lets the user specify the files and directories they'd like to filter from the project's file view.
But it would be very useful if it was possible to specify only the paths to be included instead of the ones to be ignored.
A possible example, in the
phasereditor2d.config.json
file:This would include both a
game
directory in the root, and agame
directory underpublic/assets
.The text was updated successfully, but these errors were encountered: