react-native-rename
react-native-rename copied to clipboard
Is it possible to specify files to ignore?
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
+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.