Skip to content

Instantly share code, notes, and snippets.

@tsubik
Created September 22, 2012 13:28
Show Gist options
  • Save tsubik/3766167 to your computer and use it in GitHub Desktop.
Save tsubik/3766167 to your computer and use it in GitHub Desktop.
Keep your VS project files included. Fast and elegant solution Blog
PM> Find-MissingFiles
mode: append
excludedExtensions: png
#Mode - it is the way that the module will treat your options
# append - it will append your options to current context options
# override - in this and subdirs will only take this file options (unless in subdirs are also some config files)
#excludedExtensions - files with these extensions will not be listed as missing files
#excludedDirs - program will not be looking in these locations for missing files
mode: override
excludedExtensions: user, csproj, aps, pch, vspscc, vssscc, ncb, suo, tlb, tlh, bak, log, lib
excludedDirs: bin, obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment