Add placeholder comment for auto-generated code in main.js
This commit is contained in:
2
main.js
2
main.js
@@ -668,7 +668,7 @@ function createRewriteScript(mapping) {
|
|||||||
|
|
||||||
|
|
||||||
async function autoCommit(folderPath, message, win) {
|
async function autoCommit(folderPath, message, win) {
|
||||||
|
// ---- AUTOGENERATE .gitignore ----
|
||||||
for (const name of IGNORED_NAMES) {
|
for (const name of IGNORED_NAMES) {
|
||||||
if (name.includes('*')) {
|
if (name.includes('*')) {
|
||||||
addMatchingFilesToGitignore(folderPath, name);
|
addMatchingFilesToGitignore(folderPath, name);
|
||||||
|
|||||||
Reference in New Issue
Block a user