1
0

Add placeholder comment for auto-generated code in main.js

This commit is contained in:
2025-06-01 06:45:41 +02:00
parent 228d85738c
commit c8f1e53a7a

View File

@@ -668,7 +668,7 @@ function createRewriteScript(mapping) {
async function autoCommit(folderPath, message, win) {
// ---- AUTOGENERATE .gitignore ----
for (const name of IGNORED_NAMES) {
if (name.includes('*')) {
addMatchingFilesToGitignore(folderPath, name);