react-native-rename icon indicating copy to clipboard operation
react-native-rename copied to clipboard

Is it possible to specify files to ignore?

Open vpenchev-noteris opened this issue 1 year ago • 1 comments

Describe the bug I don't want react-native-rename to touch my package.json file

To Reproduce Just run npx react-native-rename newName

Expected behavior Add flag -i or -ignoreFile package.json

Don't change specified file

vpenchev-noteris avatar Aug 08 '23 05:08 vpenchev-noteris

+1. I also want to know if there is anything similar. I want to ignore some files from being replaced, like strings.xml, since I am taking the values from the ENV.

Kushaan-Kz avatar Aug 18 '23 07:08 Kushaan-Kz