1
Every time I change or create a new file in my project in Xamarin Forms and do Clear and Rebuild in the project, it generates files in the debug folder, and at the time of committing to the repository I have to upload these debug files.
How to skip these files to only upload what I have changed or actually created?
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