This has nothing to do with Xamarin or . NET.
This is directly related to your source code versioner.
I believe you’re using git, right?
There is a file called .gitignore which is in your local repository. There you can inform which files and folders should be ignored.
If you have already committed the files and folders that you do not want to commit you need to remove them from the repository. The fact that you include in .gitignore will not remove them from there.
That one and that one question are also answered on how to remove files from the repository.
See more about ignoring files in git and how to mount your .gitignore here.
What is the versioning system?
– Jéf Bueno
@LINQ print window tab calls
unstaged files, I think it’s git!– igventurelli
It makes sense, @Igorventurelli. By qqr way, I already voted for your xd reply I just think it’s good to remember the AP that it will need to remove the files from the Repo. Now that they’ve already been added, it’s no use just putting in gitignore
– Jéf Bueno
@LINQ Boa! Edited answer =) Thanks!
– igventurelli