d92620dcf3
Submodule adds unnessesary complexity. This commit removes dependency on pre-generated C# bindings. Start-PsBuild -ResGen will call Start-ResGen. It also has auto-detect logic to simplify first time expirience.
36 lines
459 B
Plaintext
36 lines
459 B
Plaintext
bin/
|
|
obj/
|
|
debug/
|
|
Packages/
|
|
src/monad/
|
|
project.lock.json
|
|
*-tests.xml
|
|
|
|
# dotnet cli install.ps1 script
|
|
dotnet-install.ps1
|
|
|
|
# VS auto-generated solution files for project.json solutions
|
|
*.xproj
|
|
*.xproj.user
|
|
|
|
# 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
|