Closed displeased closed 2 years ago
Started work on refining the spec to support this, starting with a rewrite of the current documentation/README.md.
Completed work on this; .ddmignore
files now exist as a standard
More information was added to the STANDARD.md
to demonstrate this functionality, but the wording of the article could benefit from being iterated on.
Closing this issue because it has been resolved, and merging the feature branch into main.
Currently,
ddm
reads all folders in its working directory and assumes that all of those folders are applications if they have a subdirectory under them namedconf
. Some sort of ignore file would be a good fit to replace this system such that a subdirectory doesn't need to be checked for each time.However, this may come at the cost of using yet another
for
loop which might pose a significant performance cost.