The difference between /* & /** is that the second matches the entire directory tree, including subdirectories, where as /* only matches at the level it’s specified at.
The difference between /* & /** is that the second matches the entire directory tree, including subdirectories, where as /* only matches at the level it’s specified at.