Pumping Code
  • Home
  • Useful Developer Tools
  • Libraries
  • Imprint
Subscribe
Tagged

Git

A collection of 2 posts

Git

Xamarin .gitignore

If you use git as source control for your Xamarin project, you might not want everything but only the necessary files to be commited. Unfortunately most auto-generated .gitignore files like the one from GitHub for example don’t contain Xamarin paths. By adding these lines to your .gitignorefile your

  • Robin-Manuel Thiel
Robin-Manuel Thiel Nov 3, 2015 • 1 min read
Git

Hey Git, why don't you ignore my recently added .gitignore paths?

In projects with a Git source control you often need to tell your repository to ignore changes to specific files that you don’t want to upload to the server and spread them over to other team members. Typical examples are usually IDE related settings or publish information. For this

  • Robin-Manuel Thiel
Robin-Manuel Thiel Aug 19, 2015 • 1 min read
Pumping Code © 2023
Powered by Ghost