Closed nchaloult closed 4 years ago
That's a good idea! Do you want to add support for those folders and toss a commit on this branch before we merge it into master?
@nchaloult I'll just add an issue for it so there is a lot of directories we can add them all at once! This is good to merge!
Closes #14
This PR proposes to introduce new functionality during the "tree printout" generation process: if we recognize a common type of directory, then we add a helpful comment or description next to that folder's name.
See
constants.ts
file to see all of the common directory types that I thought of supporting. If I've missed a common directory that we could support, please write a new key-value pair on thecommonDirComments
object inconstants.ts
and add a new commit onto this branch!