Fix generated gitignore
This commit is contained in:
parent
59e57f3dd5
commit
aafbc60f12
@ -130,10 +130,7 @@ export function generateKeycloakThemeResources(
|
|||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
pathJoin(keycloakResourcesWithinPublicDirPath, ".gitignore"),
|
pathJoin(keycloakResourcesWithinPublicDirPath, ".gitignore"),
|
||||||
Buffer.from([
|
Buffer.from("*", "utf8")
|
||||||
"*",
|
|
||||||
"!.gitignore"
|
|
||||||
].join("\n"))
|
|
||||||
);
|
);
|
||||||
|
|
||||||
child_process.execSync(`rm -r ${tmpDirPath}`);
|
child_process.execSync(`rm -r ${tmpDirPath}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user