PowerShell/.gitignore

24 lines
421 B
Plaintext
Raw Normal View History

2015-12-07 22:35:23 +01:00
bin/
obj/
2016-05-06 19:59:53 +02:00
debug/
Packages/
src/monad/
2015-11-24 02:51:44 +01:00
project.lock.json
*-tests.xml
# dotnet cli install.ps1 script
dotnet-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