When I’m changing a code and committing to git, do i need to commit the changes in local and project.json…I am not aware of its implications…Please help
ppr
(Peter Preuss)
January 23, 2023, 8:38am
2
have a look here it gives some ideas on how to use the git ignore files for handling a few settings:
Hi @tristaanogre I have tried a fair bit of stuff now, and finally settled in this gitignore file for our team, at least for the time being. This .local folder causes a lot of trouble when collaborating with team members, so we deleted it from git as we had some commits causing issues. Once purged and properly ignored, it stops detecting a change when simply opening the project. Additionally, check out the git ignore file suggested by the Enhanced REF, although I see no added value to my daily u…