PowerShell/.gitignore

21 lines
356 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
# 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