PowerShell/.gitignore
Andy Schwartzmeyer c5560957f4 Ignore Packages and src/monad
The former is the NuGet package location on Windows, and the latter is
used for copying from the old submodule.
2016-05-18 15:10:41 -07:00

18 lines
270 B
Plaintext

bin/
obj/
debug/
Packages/
src/monad/
project.lock.json
*-tests.xml
# dotnet cli install.ps1 script
install.ps1
# VS auto-generated solution files for project.json solutions
*.xproj
*.xproj.user
# We copy powershell.exe as a content in host dotnet cli projects
*.exe