mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-30 13:25:29 +08:00
21 lines
356 B
Plaintext
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
|