Adds testing (#118)
This commit is contained in:
parent
e200f37e75
commit
60ee5eadd2
10 changed files with 143 additions and 13 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -13,6 +13,7 @@
|
|||
/Distribution/System.ComponentModel.Annotations.dll
|
||||
/Distribution/System.Runtime.CompilerServices.Unsafe.dll
|
||||
/Distribution/Data/modernuo.json
|
||||
/Distribution/runtimes
|
||||
|
||||
# LibUv Dependencies
|
||||
/Distribution/libuv.dylib
|
||||
|
|
@ -29,10 +30,8 @@
|
|||
/Distribution/Microsoft.Extensions.Options.dll
|
||||
/Distribution/Microsoft.Extensions.Primitives.dll
|
||||
|
||||
/Projects/Scripts/obj
|
||||
/Projects/Scripts/bin
|
||||
/Projects/Server/obj
|
||||
/Projects/Server/bin
|
||||
/Projects/*/obj
|
||||
/Projects/*/bin
|
||||
|
||||
*.log
|
||||
*.user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue