Skip to content

Instantly share code, notes, and snippets.

@BytesGuy
Created May 21, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BytesGuy/4219b7a885eb50411b0c to your computer and use it in GitHub Desktop.
Save BytesGuy/4219b7a885eb50411b0c to your computer and use it in GitHub Desktop.
Xamarin gitignore
#Autosave files
*~
#build
[Oo]bj/
[Bb]in/
packages/
TestResults/
# globs
Makefile.in
*.DS_Store
*.sln.cache
*.suo
*.cache
*.pidb
*.userprefs
*.usertasks
config.log
config.make
config.status
aclocal.m4
install-sh
autom4te.cache/
*.user
*.tar.gz
tarballs/
test-results/
Thumbs.db
#Mac bundle stuff
*.dmg
*.app
#resharper
*_Resharper.*
*.Resharper
#dotCover
*.dotCover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment