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