We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de289b6 commit 4481a41Copy full SHA for 4481a41
lib/generator/FilesGenerator.js
@@ -73,21 +73,6 @@ export default class FilesGenerator {
73
}
74
75
76
- /**
77
- * Removes input and output directories.
78
- * @param {string} directory - the directory.
79
- * @returns {bool} - if the directory must be included.
80
- */
81
- #removeInputOutputDirectories(directory) {
82
- const directoriesToExclude = ['input', 'output'];
83
-
84
- if(directoriesToExclude.includes(directory) === true) {
85
- return false;
86
- }
87
88
- return true;
89
90
91
/**
92
* Generates the files for the configuration.
93
* @param {string} configurationPath - the path of the `config` directory.
0 commit comments