Docs: add file to .gitignore

This commit is contained in:
Pieter Vander Vennet 2025-10-13 09:52:52 +02:00
parent c152de78d0
commit 604ea6fb3e

View file

@ -221,6 +221,7 @@ export class GenerateDocs extends Script {
this.generateSidebar("nl")
this.generatedPaths.push(".gitignore")
this.generatedPaths.push("nl/index.html")
writeFileSync(
"./Docs/.gitignore",
this.generatedPaths.map((p) => p.replace("./Docs/", "")).join("\n"),