Skip to content

Commit b2d9cd8

Browse files
Dependencies and Submodules (#41)
:octocat: submodules
1 parent 1abe8b9 commit b2d9cd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+412
-2002
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "Assets/Dependencies/AppServices"]
2+
path = Assets/Dependencies/AppServices
3+
url = https://github.com/Unity3dAzure/AppServices
4+
[submodule "Assets/Dependencies/RESTClient"]
5+
path = Assets/Dependencies/RESTClient
6+
url = https://github.com/Unity3dAzure/RESTClient

.vscode/settings.json

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"files.exclude":
3+
{
4+
"**/.DS_Store":true,
5+
"**/.git":true,
6+
"**/.gitignore":true,
7+
"**/.gitmodules":true,
8+
"**/*.booproj":true,
9+
"**/*.pidb":true,
10+
"**/*.suo":true,
11+
"**/*.user":true,
12+
"**/*.userprefs":true,
13+
"**/*.unityproj":true,
14+
"**/*.dll":true,
15+
"**/*.exe":true,
16+
"**/*.pdf":true,
17+
"**/*.mid":true,
18+
"**/*.midi":true,
19+
"**/*.wav":true,
20+
"**/*.gif":true,
21+
"**/*.ico":true,
22+
"**/*.jpg":true,
23+
"**/*.jpeg":true,
24+
"**/*.png":true,
25+
"**/*.psd":true,
26+
"**/*.tga":true,
27+
"**/*.tif":true,
28+
"**/*.tiff":true,
29+
"**/*.3ds":true,
30+
"**/*.3DS":true,
31+
"**/*.fbx":true,
32+
"**/*.FBX":true,
33+
"**/*.lxo":true,
34+
"**/*.LXO":true,
35+
"**/*.ma":true,
36+
"**/*.MA":true,
37+
"**/*.obj":true,
38+
"**/*.OBJ":true,
39+
"**/*.asset":true,
40+
"**/*.cubemap":true,
41+
"**/*.flare":true,
42+
"**/*.mat":true,
43+
"**/*.meta":true,
44+
"**/*.prefab":true,
45+
"**/*.unity":true,
46+
"build/":true,
47+
"Build/":true,
48+
"Library/":true,
49+
"library/":true,
50+
"obj/":true,
51+
"Obj/":true,
52+
"ProjectSettings/":true,
53+
"temp/":true,
54+
"Temp/":true
55+
}
56+
}

Assets/AppServices/LICENSE

-22
This file was deleted.

Assets/AppServices/README.md

-108
This file was deleted.

Assets/AppServices/authentication/MobileServiceAuthenticationProvider.cs

-11
This file was deleted.

Assets/AppServices/client/IAzureMobileServiceClient.cs

-36
This file was deleted.

Assets/AppServices/client/MobileServiceClient.cs

-127
This file was deleted.

Assets/AppServices/helpers/DataHelper.cs

-20
This file was deleted.

0 commit comments

Comments
 (0)