Being a total newbie to git (hey we’re a 4 person company and we all always work on separate things so never saw the new for it…) and such I made a few mistakes when I first setup git and added my project to it via the Studio integration. Not knowing what “unversioned files” meant I added quite a few of them and now of course they keep getting updated and thus pushed with the commits and such. It’s a pain. Things like the .bin files, log files, .class files and such.
What’s the best way to get rid of them from the local repo, and make sure they don’t get added back? Is it something doable from inside the IDE or will I need to use git command line commands?
I do not think it is a good practice since they are files that change with development. What already exists you can delete from the repository. Now what already exists, I’m left so you can lean on the documentation.
Hi @jon.craig,
Have you changed the standard .gitignore file generated by Cuba Studio? I have been using the standard one in my projects without a problem.