MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / _ignoreUpdateFiles

Function _ignoreUpdateFiles

lib/models/blueprint.js:847–853  ·  view source on GitHub ↗

Add update files to ignored files or reset them @private @method _ignoreUpdateFiles

()

Source from the content-addressed store, hash-verified

845 @method _ignoreUpdateFiles
846 */
847 _ignoreUpdateFiles() {
848 if (this.isUpdate()) {
849 Blueprint.ignoredFiles = Blueprint.ignoredFiles.concat(Blueprint.ignoredUpdateFiles);
850 } else {
851 Blueprint.ignoredFiles = initialIgnoredFiles;
852 }
853 },
854
855 /**
856 @private

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…