Add ignore rule for "LICENSE.md"
This commit is contained in:
parent
d03149d374
commit
b815ae86f8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const site = lume({
|
|||
},
|
||||
});
|
||||
|
||||
site.ignore("README.md", "README.org", "LICENSE.txt");
|
||||
site.ignore("README.md", "README.org", "LICENSE.txt", "LICENSE.md");
|
||||
|
||||
site.copy("static", ".");
|
||||
|
||||
|
|
Loading…
Reference in a new issue