PowerShell7/.gitignore

61 lines
823 B
Plaintext
Raw Normal View History

2015-12-07 21:35:23 +00:00
bin/
obj/
2016-05-06 17:59:53 +00:00
debug/
Packages/
2015-11-24 01:51:44 +00:00
project.lock.json
*-tests.xml
2016-06-17 12:22:24 +00:00
# dotnet cli install/uninstall scripts
dotnet-install.ps1
dotnet-install.sh
2016-06-17 12:22:24 +00: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 01:59:06 +00:00
*.suo
2016-07-02 00:37:19 +00:00
# VS auto-generated files for csproj files
*.csproj.user
2016-07-24 16:17:22 +00:00
# Project Rider IDE files
.idea.powershell/
2016-05-24 21:42:21 +00:00
# Ignore executables
*.exe
2016-05-24 21:42:21 +00:00
*.msi
2016-06-02 17:31:02 +00: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
/assets/powershell.1
/assets/powershell.1.gz
# resgen output
gen
2016-07-12 01:57:22 +00:00
# Per repo profile
.profile.ps1
2016-07-15 18:48:30 +00:00
#VS Code files
2016-08-02 18:45:50 +00:00
.vscode
# OS X
.DS_Store