azure-functions-powershell-.../.gitignore

80 строки
1.0 KiB
Plaintext

bin/
obj/
*-tests.xml
/debug/
/staging/
/Packages/
*.nuget.props
# VS auto-generated solution files for project.json solutions
*.xproj
*.xproj.user
*.suo
# VS auto-generated files for csproj files
*.csproj.user
# Visual Studio IDE directory
.vs/
# VSCode directories that are not at the repository root
/**/.vscode/
# Project Rider IDE files
.idea.powershell/
# Ignore executables
*.exe
*.msi
*.appx
# 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
# Per repo profile
.profile.ps1
# macOS
.DS_Store
# TestsResults
TestsResults*.xml
# Resharper settings
PowerShell.sln.DotSettings.user
*.msp
StyleCop.Cache
examples/PSCoreApp/Modules
src/Modules/Microsoft.PowerShell.*
src/Modules/PackageManagement
src/Modules/PowerShellGet
src/Modules/ThreadJob
# protobuf
protobuf/*
src/Messaging/protobuf
# pulled in for tests
Azure.Functions.Cli
# Azure Functions artifacts
appsettings.json