2015-12-08 05:35:23 +08:00
|
|
|
bin/
|
|
|
|
obj/
|
2020-03-28 23:25:59 +08:00
|
|
|
.ionide/
|
2015-11-24 09:51:44 +08:00
|
|
|
project.lock.json
|
|
|
|
*-tests.xml
|
2016-08-11 07:21:25 +08:00
|
|
|
/debug/
|
|
|
|
/staging/
|
|
|
|
/Packages/
|
2016-09-13 01:39:42 +08:00
|
|
|
*.nuget.props
|
2016-04-05 09:43:18 +08:00
|
|
|
|
2016-06-17 20:22:24 +08:00
|
|
|
# dotnet cli install/uninstall scripts
|
2016-05-22 15:56:39 +08:00
|
|
|
dotnet-install.ps1
|
2016-06-18 00:07:34 +08:00
|
|
|
dotnet-install.sh
|
2024-08-09 05:08:39 +08:00
|
|
|
dotnet-install.sh.*
|
2016-06-17 20:22:24 +08:00
|
|
|
dotnet-uninstall-pkgs.sh
|
2016-06-18 00:07:34 +08:00
|
|
|
dotnet-uninstall-debian-packages.sh
|
2016-04-05 09:43:18 +08:00
|
|
|
|
|
|
|
# VS auto-generated solution files for project.json solutions
|
|
|
|
*.xproj
|
|
|
|
*.xproj.user
|
2016-06-16 09:59:06 +08:00
|
|
|
*.suo
|
|
|
|
|
2016-07-02 08:37:19 +08:00
|
|
|
# VS auto-generated files for csproj files
|
|
|
|
*.csproj.user
|
2016-04-05 09:43:18 +08:00
|
|
|
|
2017-09-19 08:13:29 +08:00
|
|
|
# Visual Studio IDE directory
|
|
|
|
.vs/
|
|
|
|
|
2018-12-03 04:52:39 +08:00
|
|
|
# VSCode directories that are not at the repository root
|
|
|
|
/**/.vscode/
|
|
|
|
|
2016-07-25 00:17:22 +08:00
|
|
|
# Project Rider IDE files
|
|
|
|
.idea.powershell/
|
|
|
|
|
2016-05-25 05:42:21 +08:00
|
|
|
# Ignore executables
|
2016-04-05 09:43:18 +08:00
|
|
|
*.exe
|
2016-05-25 05:42:21 +08:00
|
|
|
*.msi
|
2016-06-03 01:31:02 +08:00
|
|
|
*.appx
|
2019-04-16 08:07:15 +08:00
|
|
|
*.msix
|
2016-05-20 04:19:16 +08:00
|
|
|
|
2016-07-23 04:56:18 +08:00
|
|
|
# Ignore binaries and symbols
|
|
|
|
*.pdb
|
|
|
|
*.dll
|
2018-02-27 07:45:15 +08:00
|
|
|
*.wixpdb
|
2016-07-23 04:56:18 +08:00
|
|
|
|
2016-05-26 04:07:13 +08:00
|
|
|
# Ignore packages
|
|
|
|
*.deb
|
2017-10-13 04:36:46 +08:00
|
|
|
*.tar.gz
|
2016-05-26 04:07:13 +08:00
|
|
|
*.zip
|
|
|
|
*.rpm
|
|
|
|
*.pkg
|
2017-08-02 05:35:50 +08:00
|
|
|
*.nupkg
|
2017-10-20 03:32:55 +08:00
|
|
|
*.AppImage
|
2016-05-26 04:07:13 +08:00
|
|
|
|
2016-05-20 10:03:43 +08:00
|
|
|
# default location for produced nuget packages
|
|
|
|
/nuget-artifacts
|
2016-06-15 18:42:54 +08:00
|
|
|
|
|
|
|
# resgen output
|
|
|
|
gen
|
2016-07-12 09:57:22 +08:00
|
|
|
|
|
|
|
# Per repo profile
|
|
|
|
.profile.ps1
|
2016-07-16 02:48:30 +08:00
|
|
|
|
2017-09-08 01:34:40 +08:00
|
|
|
# macOS
|
2016-08-07 06:54:06 +08:00
|
|
|
.DS_Store
|
2019-01-15 10:02:12 +08:00
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
2016-08-31 02:44:38 +08:00
|
|
|
|
|
|
|
# TestsResults
|
|
|
|
TestsResults*.xml
|
2019-02-23 02:40:03 +08:00
|
|
|
ParallelXUnitResults.xml
|
2019-08-16 04:42:17 +08:00
|
|
|
xUnitResults.xml
|
2017-06-08 06:52:33 +08:00
|
|
|
|
|
|
|
# Resharper settings
|
|
|
|
PowerShell.sln.DotSettings.user
|
2018-03-27 05:39:48 +08:00
|
|
|
*.msp
|
2018-07-03 04:23:30 +08:00
|
|
|
StyleCop.Cache
|
2018-12-13 04:56:25 +08:00
|
|
|
|
2019-01-24 14:42:20 +08:00
|
|
|
# Ignore SelfSignedCertificate autogenerated files
|
|
|
|
test/tools/Modules/SelfSignedCertificate/
|
2021-05-01 00:34:26 +08:00
|
|
|
|
|
|
|
# BenchmarkDotNet artifacts
|
|
|
|
test/perf/BenchmarkDotNet.Artifacts/
|
2022-11-04 03:27:08 +08:00
|
|
|
|
|
|
|
# Test generated module
|
|
|
|
test/tools/Modules/Microsoft.PowerShell.NamedPipeConnection/
|
|
|
|
|
|
|
|
# Test generated startup profile
|
|
|
|
StartupProfileData-NonInteractive
|
2023-03-09 06:27:39 +08:00
|
|
|
|
|
|
|
# Ignore logfiles
|
|
|
|
logfile/*
|
2024-08-01 03:41:15 +08:00
|
|
|
|
|
|
|
# Ignore nuget.config because it is dynamically generated
|
|
|
|
nuget.config
|
2024-08-09 05:08:39 +08:00
|
|
|
|
|
|
|
# Ignore MSBuild Binary Logs
|
|
|
|
msbuild.binlog
|
2024-10-16 12:36:07 +08:00
|
|
|
|
|
|
|
# Ignore gzip files in the manpage folder
|
|
|
|
assets/manpage/*.gz
|