Home > Mobile >  Github problems with project files
Github problems with project files

Time:05-14

enter image description here

What's wrong with this file? I tried add .obj to gitignore file but that's doesn't helped. Also i don't even changed anything in this file i think that's automatilcly changed.

CodePudding user response:

if you have committed before adding the obj folder to the '.gitignore' file, you need to add the obj folder '.gitignore' and delete the obj folder as well, otherwise the obj folder will continue to be versioned a similar question

  • Related