2015-12-07 21:35:23 +00:00
|
|
|
bin/
|
|
|
|
obj/
|
2015-11-24 01:51:44 +00:00
|
|
|
project.lock.json
|
|
|
|
*-tests.xml
|
2016-08-10 23:21:25 +00:00
|
|
|
/debug/
|
|
|
|
/staging/
|
|
|
|
/Packages/
|
2016-09-12 17:39:42 +00:00
|
|
|
*.nuget.props
|
2016-04-05 01:43:18 +00:00
|
|
|
|
2016-06-17 12:22:24 +00:00
|
|
|
# dotnet cli install/uninstall scripts
|
2016-05-22 07:56:39 +00:00
|
|
|
dotnet-install.ps1
|
2016-06-17 16:07:34 +00:00
|
|
|
dotnet-install.sh
|
2016-06-17 12:22:24 +00:00
|
|
|
dotnet-uninstall-pkgs.sh
|
2016-06-17 16:07:34 +00:00
|
|
|
dotnet-uninstall-debian-packages.sh
|
2016-04-05 01:43:18 +00:00
|
|
|
|
|
|
|
# VS auto-generated solution files for project.json solutions
|
|
|
|
*.xproj
|
|
|
|
*.xproj.user
|
2016-06-16 01:59:06 +00:00
|
|
|
*.suo
|
|
|
|
|
2016-07-02 00:37:19 +00:00
|
|
|
# VS auto-generated files for csproj files
|
|
|
|
*.csproj.user
|
2016-04-05 01:43:18 +00:00
|
|
|
|
2017-09-19 00:13:29 +00:00
|
|
|
# Visual Studio IDE directory
|
|
|
|
.vs/
|
|
|
|
|
2016-07-24 16:17:22 +00:00
|
|
|
# Project Rider IDE files
|
|
|
|
.idea.powershell/
|
|
|
|
|
2016-05-24 21:42:21 +00:00
|
|
|
# Ignore executables
|
2016-04-05 01:43:18 +00:00
|
|
|
*.exe
|
2016-05-24 21:42:21 +00:00
|
|
|
*.msi
|
2016-06-02 17:31:02 +00:00
|
|
|
*.appx
|
2016-05-19 20:19:16 +00:00
|
|
|
|
2016-07-22 20:56:18 +00:00
|
|
|
# Ignore binaries and symbols
|
|
|
|
*.pdb
|
|
|
|
*.dll
|
2018-02-26 23:45:15 +00:00
|
|
|
*.wixpdb
|
2016-07-22 20:56:18 +00:00
|
|
|
|
2016-05-25 20:07:13 +00:00
|
|
|
# Ignore packages
|
|
|
|
*.deb
|
2017-10-12 20:36:46 +00:00
|
|
|
*.tar.gz
|
2016-05-25 20:07:13 +00:00
|
|
|
*.zip
|
|
|
|
*.rpm
|
|
|
|
*.pkg
|
2017-08-01 21:35:50 +00:00
|
|
|
*.nupkg
|
2017-10-19 19:32:55 +00:00
|
|
|
*.AppImage
|
2016-05-25 20:07:13 +00:00
|
|
|
|
2016-05-20 02:03:43 +00:00
|
|
|
# default location for produced nuget packages
|
|
|
|
/nuget-artifacts
|
2016-06-15 10:42:54 +00:00
|
|
|
|
|
|
|
# resgen output
|
|
|
|
gen
|
2016-07-12 01:57:22 +00:00
|
|
|
|
|
|
|
# Per repo profile
|
|
|
|
.profile.ps1
|
2016-07-15 18:48:30 +00:00
|
|
|
|
2017-09-07 17:34:40 +00:00
|
|
|
# macOS
|
2016-08-06 22:54:06 +00:00
|
|
|
.DS_Store
|
2016-08-30 18:44:38 +00:00
|
|
|
|
|
|
|
# TestsResults
|
|
|
|
TestsResults*.xml
|
2017-06-07 22:52:33 +00:00
|
|
|
|
|
|
|
# Resharper settings
|
|
|
|
PowerShell.sln.DotSettings.user
|
2018-03-26 21:39:48 +00:00
|
|
|
*.msp
|