MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / removeIgnored

Function removeIgnored

tests/acceptance/init-test.js:127–135  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

125 });
126 }
127 function removeIgnored(array) {
128 remove(array, function (fn) {
129 return Blueprint.ignoredFiles.some(function (ignoredFile) {
130 return minimatch(fn, ignoredFile, {
131 matchBase: true,
132 });
133 });
134 });
135 }
136
137 it('ember init', async function () {
138 await ember(['init', '--skip-npm']);

Callers 2

confirmBlueprintedFunction · 0.85
confirmGlobBlueprintedFunction · 0.85

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…