react-native-community/rn-diff-purge

Exclude Podfile.lock

guhungry opened this issue · 2 comments

Feature Request

Podfile.lock was include in the diff which should be exclude same as yarn.lock or package-lock.json

Why it is needed

Lock file shouldn't be include in diff since it generate different each time project generate given that some library update dependencies or release new version.
image

Possible implementation

Add Podfile.lock in .gitignore in app-base branch

Code sample

True. I will add it. I saw it was there, but I thought it might have been a mistake with the release.

Fixed. Of course now the diff shows that change too, but it's fine.