mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-11-24 09:13:38 +08:00
check lockfiles
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user