Ignore.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\Config\SchemaFile
core/lib/Drupal/Core/Config/Schema/Ignore.phpView source
<?php
namespace Drupal\Core\Config\Schema;
/**
* Configuration property to ignore.
*/
class Ignore extends Element {
}