PowerShell/.gitignore

66 lines
882 B
Plaintext
Raw Normal View History

2015-12-07 22:35:23 +01:00
bin/
obj/
run/
2015-11-24 02:51:44 +01:00
project.lock.json
*-tests.xml
2016-08-11 01:21:25 +02:00
/debug/
/staging/
/Packages/
test/csharp/csharp.nuget.props
2016-06-17 14:22:24 +02:00
# dotnet cli install/uninstall scripts
dotnet-install.ps1
dotnet-install.sh
2016-06-17 14:22:24 +02: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 03:59:06 +02:00
*.suo
2016-07-02 02:37:19 +02:00
# VS auto-generated files for csproj files
*.csproj.user
2016-07-24 18:17:22 +02:00
# Project Rider IDE files
.idea.powershell/
2016-05-24 23:42:21 +02:00
# Ignore executables
*.exe
2016-05-24 23:42:21 +02:00
*.msi
2016-06-02 19:31:02 +02:00
*.appx
# Ignore binaries and symbols
*.pdb
*.dll
# Ignore packages
*.deb
*.zip
*.rpm
*.pkg
# ignore the version file as it is generated at build time
powershell.version
# default location for produced nuget packages
/nuget-artifacts
# generated man files
2016-08-11 01:21:25 +02:00
/assets/powershell.1*
# resgen output
gen
2016-07-12 03:57:22 +02:00
# Per repo profile
.profile.ps1
2016-07-15 20:48:30 +02:00
#VS Code files
2016-08-02 20:45:50 +02:00
.vscode
# OS X
.DS_Store
2016-08-30 20:44:38 +02:00
# TestsResults
TestsResults*.xml