fix: restore some lost clean tasks

This commit is contained in:
Markus Heurung 2024-03-08 15:57:48 +01:00
parent ddbc45e875
commit 2e77d8ff4e
3 changed files with 12 additions and 29 deletions

View file

@ -47,27 +47,15 @@ feed:
path: /notes.xml
plugins:
- jekyll-deploy
- jekyll-feed
- jekyll-redirect-from
- jemoji
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- .gitignore
- .jekyll-cace/
- .sass-cache/