Skip to content

Commit 0a44d58

Browse files
kmk3xuhdev
authored andcommitted
_config.yml: remove redundant files from exclude list
From [1]: > Include > > Force inclusion of directories and/or files in the conversion. > .htaccess is a good example since dotfiles are excluded by default. See also [2]. [1] https://jekyllrb.com/docs/configuration/options/ [2] https://jekyllrb.com/docs/configuration/default/
1 parent 5e672f4 commit 0a44d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: "EditorConfig"
22
description: "EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs."
33
url: https://editorconfig.org
44
permalink: pretty
5-
exclude: [ 'ReadMe.md', '.gitignore', '.editorconfig' ]
5+
exclude: [ 'ReadMe.md' ]

0 commit comments

Comments
 (0)