# ignore any temp directory (used in build steps) temp/ # Ignore PSDepend installed build modules dependencies. build/dependencies/PSDepend/* !build/dependencies/PSDepend/README.md !build/dependencies/PSDepend/build.depend.psd1 # PSGallery publishing file can contain personal API key and paths and thus we want to ignore it if it exists .psgallery # The persistent build environment xml files can contain API keys or other information you may not want to share *.buildenvironment.xml *.buildenvironment.json # Just in case I'm a few screws loose and leave a copy of this in any project directory, ignore it. psgalleryapi.txt # Others you probably don't want or need to be public ~$* *~ *.pfx ############# ## Windows detritus ############# # Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Mac crap .DS_Store