-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
36 lines (27 loc) · 918 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
################################################################################
# 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
/.vs
*.user
*.pfx
Sources/.DS_Store
Sources/Stylophone.iOS/bin
Sources/Stylophone.iOS/obj
.DS_Store