Ignore markdown files that are not content
This commit is contained in:
parent
275463b7c9
commit
defdf510bf
|
@ -28,4 +28,6 @@ site.loadAssets([
|
||||||
".txt",
|
".txt",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
site.ignore("README.md", "CHANGELOG.md", "LICENSE.md");
|
||||||
|
|
||||||
export default site;
|
export default site;
|
||||||
|
|
Loading…
Reference in a new issue