f760fde0b7
Since a PR added support to opt out of telemetry via an environment variable, we can remove the, always intended to be a temporary, solution of deleting a file to opt out of telemetry since the environment variable can be defined at the system level and exist before even installing PowerShell Core. Because the variable is defined as opt out, a value of true, yes, or 1 means no telemetry is sent.
67 lines
846 B
Plaintext
67 lines
846 B
Plaintext
bin/
|
|
obj/
|
|
project.lock.json
|
|
*-tests.xml
|
|
/debug/
|
|
/staging/
|
|
/Packages/
|
|
*.nuget.props
|
|
|
|
# dotnet cli install/uninstall scripts
|
|
dotnet-install.ps1
|
|
dotnet-install.sh
|
|
dotnet-uninstall-pkgs.sh
|
|
dotnet-uninstall-debian-packages.sh
|
|
|
|
# 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/
|
|
|
|
# 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
|