What are the best practices for exclude
in _config.yml
? Foe example, in my _config.yml
file I have:
exclude: [Gemfile, Gemfile.lock, gems, node_modules]
Is there anything else I should add?
What are the best practices for exclude
in _config.yml
? Foe example, in my _config.yml
file I have:
exclude: [Gemfile, Gemfile.lock, gems, node_modules]
Is there anything else I should add?
The ones Jekyll sets with jekyll new
are a good start.