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
3 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

Please sign in to leave a comment.