yeoman.io icon indicating copy to clipboard operation
yeoman.io copied to clipboard

Document practices around keeping empty directories in source control

Open strugee opened this issue 8 years ago • 5 comments

Currently the Right Way™ to modify the filesystem in a generator is to use mem-fs-editor, and the Right Way™ to create a directory with mem-fs-editor is to directly use mkdirp. That works fine; however, the empty directory doesn't display in the list of files created (or conflicted, or whatever) at the end of the generator run. It'd be nice if I could tell Yeoman about these directories so it would display them in the list of created files.

strugee avatar May 06 '17 19:05 strugee