@adbayb/stack 2.39.0-next-00b7c69 → 2.39.0-next-fb21539
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -427,7 +427,7 @@ const PRESERVE_FILES = ["node_modules"];
|
|
|
427
427
|
|
|
428
428
|
//#endregion
|
|
429
429
|
//#region package.json
|
|
430
|
-
var version = "2.39.0-next-
|
|
430
|
+
var version = "2.39.0-next-fb21539";
|
|
431
431
|
|
|
432
432
|
//#endregion
|
|
433
433
|
//#region src/commands/create.ts
|
|
@@ -590,7 +590,7 @@ const createTemplateEngine = async (workingPath, { projectName, templateModel, t
|
|
|
590
590
|
force: true,
|
|
591
591
|
recursive: true
|
|
592
592
|
});
|
|
593
|
-
const gitignoreFile = join(workingPath, "gitignore");
|
|
593
|
+
const gitignoreFile = join(workingPath, ".gitignore.tmpl");
|
|
594
594
|
if (existsSync(gitignoreFile)) await rename(gitignoreFile, join(workingPath, ".gitignore"));
|
|
595
595
|
const eslintConfigFile = join(workingPath, "eslint.config.js.tmpl");
|
|
596
596
|
if (existsSync(eslintConfigFile)) await rename(eslintConfigFile, join(workingPath, "eslint.config.js"));
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|