Of Code and Me

Somewhere to write down all the stuff I'm going to forget and then need

links for 2010-11-26 November 26, 2010

Filed under: Uncategorized — Rupert Bates @ 10:02 pm
 

How to include dlls added by NuGet package manager in a git repository

Filed under: Git,Visual Studio — Rupert Bates @ 9:28 am

If you have excluded dll files from your git repository with your .gitignore file but DO want to include them when they have been added via the NuGet package manager, you can add this after the dll exclude.

# Include dlls if they’re in the NuGet packages directory
!/packages/*/lib/*.dll

 

links for 2010-11-09 November 9, 2010

Filed under: Uncategorized — Rupert Bates @ 10:04 pm