Create a .gitignore that matches all in the build_keycloak directory

This commit is contained in:
Joseph Garrone 2024-02-13 01:33:15 +01:00
parent a1c0bfda6c
commit b9abd74156

View File

@ -67,6 +67,8 @@ export async function main() {
buildOptions
});
fs.writeFileSync(pathJoin(buildOptions.keycloakifyBuildDirPath, ".gitignore"), Buffer.from("*", "utf8"));
logger.log(
[
"",