gitignore configuration for Mesh projects
I’ve noticed that some files are created in the Assets folder during the build. Is it safe to put those folders to gitignore to not keep them in the repo (they can be like 50-100MB files)?
Do you have any other advice on which files can also be ignored?
I’ve noticed that some files are created in the Assets folder during the build. Is it safe to put those folders to gitignore to not keep them in the repo (they can be like 50-100MB files)?Do you have any other advice on which files can also be ignored? Read More