Sebastian Majcher
Sebastian Majcher

Reputation: 53

Github problems with project files

Screen

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.

Upvotes: 0

Views: 51

Answers (1)

Mico
Mico

Reputation: 80

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

Upvotes: 1

Related Questions