PowerShell/.gitignore
2016-05-22 00:17:44 -07:00

24 lines
414 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
# ignore the version file as it is generated at build time
powershell.version
# default location for produced nuget packages
/nuget-artifacts