Skip to content
New issue

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

Option to exclude a directory in the project so it doesn't get indexed. #59

Closed
ItsGravix opened this issue Jul 29, 2020 · 1 comment
Closed
Labels
Enhancement New feature or request
Milestone

Comments

@ItsGravix
Copy link

ItsGravix commented Jul 29, 2020

Option to exclude a directory in the project so it doesn't get indexed.

I am working with many cosmetic assets that get loaded dynamically using code. The problem is that I cannot include all the assets in my project because I quickly hit the max file limit. The current fix is to only have the assets in the production server, but this becomes hard to manage because I cannot include it in our GitHub repository.

The solution to this problem would be including a config file or menu that allows you to list all the directories that should be ignored by the editor and an option to increase the max file limit. Thank you!

@PhaserEditor2D
Copy link
Owner

Done.

If you create an empty .skip file, that folder will be ignored by the editor.

Yet I would like to keep the restriction on the number of files. I think it is not good for the editor to handle to so many files, and it forces the user to remove (or ignore) the unrelated files.

@PhaserEditor2D PhaserEditor2D added this to the 3.5.0 milestone Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants