PowerShell/.gitignore
Andy Schwartzmeyer 0afc56d5d4 Ignore executables
2016-05-24 14:46:41 -07:00

25 lines
382 B
Plaintext

bin/
obj/
debug/
Packages/
src/monad/
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
# Ignore executables
*.exe
*.msi
# ignore the version file as it is generated at build time
powershell.version
# default location for produced nuget packages
/nuget-artifacts