Preserve folders with .gitkeep files when running a custom Angular schematic
I want to keep all of the folders in the files
directory of the Angular schematic, also preserving the .gitkeep
files. Unfortunately, the directories with only the .gitkeep
file in it are being ignored when running the below schematic.