Include everything in folder
已回答
This will include everything recursively inside the ‘frontend’ folder:
file[market]:frontend//*
The result viewing the scope is:
-------------------------
frontend
| – a.txt
| – b.txt
-------------------------
I would like to have to scope be:
-------------------------
| – a.txt
| – b.txt
-------------------------
That is, everything recursively inside the ‘frontend’ folder, but not the frontend folder itself.
I have tried: ‘!file[market]:frontend&&file[market]:frontend//*’.
请先登录再写评论。
Hello,
Can you share a screenshot of the project folder structure?
Jacky Liu
https://gyazo.com/382ab2e2cf85d10f82b709f9f4f25eef
So, again, I would like to have a scope that only shows everything inside of the ‘frontend’ folder but not the frontend folder itself.