mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-01 16:47:37 +00:00
Updates from latest Stylophone code
This commit is contained in:
53
.gitignore
vendored
53
.gitignore
vendored
@ -1,25 +1,36 @@
|
||||
################################################################################
|
||||
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
||||
################################################################################
|
||||
|
||||
/src/.vs
|
||||
|
||||
/src/MpcNET/bin
|
||||
/src/MpcNET/obj
|
||||
|
||||
/src/MpcNET.Test/bin
|
||||
/src/MpcNET.Test/obj
|
||||
################################################################################
|
||||
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
||||
################################################################################
|
||||
|
||||
/Sources/.vs
|
||||
/Sources/MpcNET.sln.DotSettings.user
|
||||
|
||||
/Sources/MpcNET/bin
|
||||
/Sources/MpcNET/obj
|
||||
|
||||
/Sources/MpcNET/MpcNET.csproj.DotSettings
|
||||
|
||||
/Sources/MpcNET.Test/bin
|
||||
/Sources/MpcNET.Test/obj
|
||||
/Sources/MpcNET.Test/MpcNET.Test.csproj.DotSettings
|
||||
|
||||
/Sources/Stylophone/bin
|
||||
/Sources/Stylophone/obj
|
||||
/Sources/Stylophone/Package.StoreAssociation.xml
|
||||
/Sources/Stylophone/AppPackages
|
||||
/Sources/Stylophone/BundleArtifacts
|
||||
|
||||
/Sources/Stylophone.Common/bin
|
||||
/Sources/Stylophone.Common/obj
|
||||
|
||||
/Sources/Stylophone.Localization/bin
|
||||
/Sources/Stylophone.Localization/obj
|
||||
|
||||
|
||||
/src/MpcNET.sln.DotSettings.user
|
||||
/src/MpcNET.Test/MpcNET.Test.csproj.DotSettings
|
||||
/src/MpcNET/MpcNET.csproj.DotSettings
|
||||
/.vs
|
||||
*.user
|
||||
/Sources/.vs/MpcNET/v15
|
||||
/Sources/MpcNET/bin/Debug/netstandard2.0
|
||||
/Sources/MpcNET/obj
|
||||
/Sources/MpcNET.Test/obj
|
||||
/Sources/MpcNET/bin
|
||||
/Sources/MpcNET.Test/bin/Debug/netcoreapp2.0
|
||||
/Sources/.vs
|
||||
*.pfx
|
||||
Sources/.DS_Store
|
||||
Sources/Stylophone.iOS/bin
|
||||
Sources/Stylophone.iOS/obj
|
||||
.DS_Store
|
||||
|
Reference in New Issue
Block a user