updates
This commit is contained in:
@@ -47,6 +47,7 @@ const SCRIPT_URL_PREFIX = "https://script.hatter.ink/@latest/";
|
|||||||
// build.json | build_springboot_template.gradle | build_jar_template.gradle
|
// build.json | build_springboot_template.gradle | build_jar_template.gradle
|
||||||
|
|
||||||
async function writeGitIgnore(): Promise<void> {
|
async function writeGitIgnore(): Promise<void> {
|
||||||
|
log.info(`Write file: ${DOT_GIT_IGNORE}`);
|
||||||
await writeStringToFile(
|
await writeStringToFile(
|
||||||
DOT_GIT_IGNORE,
|
DOT_GIT_IGNORE,
|
||||||
DEFAULT_GIT_IGNORE.join("\n") + "\n",
|
DEFAULT_GIT_IGNORE.join("\n") + "\n",
|
||||||
@@ -55,6 +56,7 @@ async function writeGitIgnore(): Promise<void> {
|
|||||||
|
|
||||||
async function createDirs(): Promise<void> {
|
async function createDirs(): Promise<void> {
|
||||||
for (const dir of DIRS) {
|
for (const dir of DIRS) {
|
||||||
|
log.info(`Create directory: ${dir}`);
|
||||||
await makeDirectory(dir);
|
await makeDirectory(dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user