-
Notifications
You must be signed in to change notification settings - Fork 144
/
.gitignore
46 lines (40 loc) · 1007 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
37
38
39
40
41
42
43
44
45
*.obj
*.iml
*.pyc
.vs/
*.pdb
*.ilk
*.o
.DS_Store
examples/host/host.exe
examples/host/host
examples/client/client.exe
examples/client/client
examples/android/build
examples/android/captures
examples/android/app/build
examples/android/app/libs
examples/android/app/.externalNativeBuild
examples/android/local.properties
examples/android/.gradle
examples/android/.idea
examples/ios/sdk-demo.xcodeproj/project.xcworkspace
examples/ios/sdk-demo.xcodeproj/xcuserdata
examples/unity/Build.app/
examples/unity/Build/
examples/unity/Library/APIUpdater/
examples/unity/Library/PackageCache/
examples/unity/Library/PlayerDataCache/
examples/unity/Library/ScriptAssemblies/
examples/unity/Library/ShaderCache/
examples/unity/Library/StateCache/
examples/unity/Library/metadata/
examples/unity/Library/cache/
examples/unity/Temp/
examples/unity/Library/*.log
examples/unity/unity.csproj
examples/unity/unity.sln
examples/unity/ParsecUnityExample.sln
examples/unity/.vs/
examples/unity/obj/
examples/unity/mcs.rsp