1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-24 09:13:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

check lockfiles

This commit is contained in:
sunnylqm
2025-04-02 08:27:05 +08:00
parent d351243ab7
commit d281d72737
5 changed files with 14 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ export function addGitIgnore() {
}
if (shouldIgnore.length > 0) {
gitignoreLines.push('# react-native-update');
for (const line of shouldIgnore) {
gitignoreLines.push(line);
console.log(`Added ${line} to .gitignore`);