module Jekyll::Algolia::Configurator

def self.default_files_to_exclude

empty array
User can still add it by manually specifying a `files_to_exclude` to an

content). We ignore it by default.
the list of the most recent posts or some landing page without much
Chances are high that the main page is not worthy of indexing (it can be

the root
Public: Setting a default value to ignore index.html/index.md files in
def self.default_files_to_exclude
  extensions_to_index.map do |extension|
    "index.#{extension}"
  end
end