# File lib/chef/cookbook/cookbook_version_loader.rb, line 145
      def remove_ignored_files
        @cookbook_settings.each_value do |file_list|
          file_list.reject! do |relative_path, full_path|
            chefignore.ignored?(relative_path)
          end
        end
      end