mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
Fix examples gitignore
This commit is contained in:
parent
f94e49936e
commit
999187889e
2 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if (feature === "translations") {
|
|||
)}. Rename or remove the file to regenerate an example version.\n`
|
||||
);
|
||||
} else {
|
||||
fs.copySync(path.join(folder, ".gitignore"), path.join(CWD, ".gitignore"));
|
||||
fs.copySync(path.join(folder, "gitignore"), path.join(CWD, ".gitignore"));
|
||||
console.log(
|
||||
`${chalk.green("Example .gitignore file created")} in ${chalk.yellow(
|
||||
"website/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue