The documentation contains the following snippet:
// Example of ignoring a node
const manyChildren = new Container();
manyChildren.__devtoolsIgnore = true;
manyChildren.__devtoolsIgnoreChildren = true;
but the actual fields are called __devtoolIgnore and __devtoolIgnoreChildren (without s)