forked from MapComplete/MapComplete
Docs: add file to .gitignore
This commit is contained in:
parent
c152de78d0
commit
604ea6fb3e
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ export class GenerateDocs extends Script {
|
||||||
this.generateSidebar("nl")
|
this.generateSidebar("nl")
|
||||||
|
|
||||||
this.generatedPaths.push(".gitignore")
|
this.generatedPaths.push(".gitignore")
|
||||||
|
this.generatedPaths.push("nl/index.html")
|
||||||
writeFileSync(
|
writeFileSync(
|
||||||
"./Docs/.gitignore",
|
"./Docs/.gitignore",
|
||||||
this.generatedPaths.map((p) => p.replace("./Docs/", "")).join("\n"),
|
this.generatedPaths.map((p) => p.replace("./Docs/", "")).join("\n"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue