how can i exclude files from Project(Fies) view?

Answered

for example, I want to ignore *.meta files, so that fleet will not show these files.  what should I do?

0
4 comments

Please use 

"files.exclude": ["*.meta"],

configuration in the settings.json configuration file.

0

I did, but it didn't work. And I also restarted the Editor.

0

Oh, it appears, the wildcards are not supported yet. Please vote for this request: FL-15834 Support wildcards in files.exclude setting

Thank you.

0

Fleet 1.35 introduces the option to use wildcards when creating exclusions. Just go to settings.json and start adding your wildcards of choice to ”files.excluded”.

0

Please sign in to leave a comment.