PowerShell/.gitignore

41 lines
552 B
Plaintext
Raw Normal View History

2015-12-07 22:35:23 +01:00
bin/
obj/
2016-05-06 19:59:53 +02:00
debug/
Packages/
src/monad/
2015-11-24 02:51:44 +01:00
project.lock.json
*-tests.xml
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-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 packages
*.deb
*.msi
*.zip
*.rpm
*.pkg
# ignore the version file as it is generated at build time
powershell.version
# default location for produced nuget packages
/nuget-artifacts
# resgen output
gen