Create a .gitignore that matches all in the build_keycloak directory
This commit is contained in:
parent
a1c0bfda6c
commit
b9abd74156
@ -67,6 +67,8 @@ export async function main() {
|
||||
buildOptions
|
||||
});
|
||||
|
||||
fs.writeFileSync(pathJoin(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
|
||||
|
||||
logger.log(
|
||||
[
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user