forked from MixedRealityToolkit/MixedRealityToolkit-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (70 loc) · 1.42 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# ============ #
# Certificates #
# ============ #
*.cert
*.privkey
*.pfx
*.pfx.meta
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
.vs/
.vsconfig
ExportedObj/
obj/
*.svd
*.userprefs
/*.csproj
*.csproj
*.pidb
*.suo
/*.sln
*.sln
*.user
*.unityproj
*.ipch
*.opensdf
*.sdf
*.tlog
*.log
*.idb
*.opendb
# ============================ #
# Visual Studio Code Generated #
# ============================ #
.vscode/
# ===================== #
# Project Specific List #
# ===================== #
artifacts/
--Version/
# =============== #
# DocFX Generated #
# =============== #
doc/
# This is only needed because docfx chooses the first alphabetically occurring
# .cs file's folder to create an obj/xdoc cache folder inside.
# When https://github.com/dotnet/docfx/issues/1156 is addressed, it should be
# possible to remove the rule on the following line and update our docfx
# configuration to place its cache in a deterministic folder.
[Oo]bj.meta
# =========== #
# Other files #
# =========== #
.DS_Store
# ================================#
# MRTK2 for branch switching ease #
# =============================== #
[Aa]pp*/
Assets/MixedRealityToolkit.Generated*
Assets/StreamingAssets/GltfModels/
Assets/StreamingAssets/GltfModels.meta
Assets/StreamingAssets.meta
Assets/TextMesh Pro*
Assets/ThirdParty*
[Bb]uilds/
[Ll]ibrary/
MSBuild/
scripts/test/out/
[Uu]serSettings/
UWP/