General best practice is to:
- make projects as IDE-agnostic as possible,
- do not commit generated files.
So the answer is: it’s better to make such files ignored for VCS.
General best practice is to:
So the answer is: it’s better to make such files ignored for VCS.