# Summary I have a `stages` directory. I want each first level element of the `stages` directory to be **and only be** folders. Is that possible to achieve that using your tool? ## Example of incorrect structure ``` stages/ stages/foo/README.md stages/foo/index.js stages/bar/README.md stages/bar/index.js ``` ## Example of correct structure ``` stages/ stages/foo/README.md stages/foo/index.js stages/bar.js ```