PowerShell/.gitignore

114 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2015-12-08 05:35:23 +08:00
bin/
obj/
.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/
*.nuget.props
2016-06-17 20:22:24 +08:00
# dotnet cli install/uninstall scripts
dotnet-install.ps1
dotnet-install.sh
dotnet-install.sh.*
2016-06-17 20:22:24 +08:00
dotnet-uninstall-pkgs.sh
dotnet-uninstall-debian-packages.sh
# 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
# Visual Studio IDE directory
.vs/
# 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
*.exe
2016-05-25 05:42:21 +08:00
*.msi
2016-06-03 01:31:02 +08:00
*.appx
*.msix
# Ignore binaries and symbols
*.pdb
*.dll
*.wixpdb
# Ignore packages
*.deb
*.tar.gz
*.zip
*.rpm
*.pkg
*.nupkg
*.AppImage
# default location for produced nuget packages
/nuget-artifacts
# 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
.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
ParallelXUnitResults.xml
xUnitResults.xml
# Resharper settings
PowerShell.sln.DotSettings.user
*.msp
StyleCop.Cache
# Ignore SelfSignedCertificate autogenerated files
test/tools/Modules/SelfSignedCertificate/
# BenchmarkDotNet artifacts
test/perf/BenchmarkDotNet.Artifacts/
# Test generated module
test/tools/Modules/Microsoft.PowerShell.NamedPipeConnection/
# Test generated startup profile
StartupProfileData-NonInteractive
# Ignore logfiles
logfile/*
# Ignore nuget.config because it is dynamically generated
nuget.config
# Ignore MSBuild Binary Logs
msbuild.binlog
# Ignore gzip files in the manpage folder
assets/manpage/*.gz