41 lines
552 B
Plaintext
41 lines
552 B
Plaintext
bin/
|
|
obj/
|
|
debug/
|
|
Packages/
|
|
src/monad/
|
|
project.lock.json
|
|
*-tests.xml
|
|
|
|
# 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
|
|
|
|
|
|
# Ignore executables
|
|
*.exe
|
|
*.msi
|
|
*.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
|