forked from googlevr/tilt-brush
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
79 lines (63 loc) · 1.85 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
78
79
# Standard unity stuff
/Temp/
/Obj/
/Build/
/Library/
/Logs/
# Automatically created by Support/ tools (builds, analyze_refgraph, etc)
/Support/tmp_steam/
/Support/refgraph.pickle
/Support/TiltBrush.com/
/TiltBrushProfile*
/DevOptions.json
*.pyc
.DS_Store
# mono debugging files, automatically created by UnityVS
*.dll.mdb
*.dll.mdb.meta
# MonoDevelop and Visual Studio files, automatically created by Unity
/*.csproj
/*.CSharp.*user
*.suo
/*.sln
/*.userprefs
.vs
.vsconfig
# Generated files in TiltBrushCpp project
/Support/TiltBrushCpp/x64
/Support/TiltBrushCpp/TiltBrushCpp.opensdf
/Support/TiltBrushCpp/TiltBrushCpp.sdf
/Support/TiltBrushCpp/TiltBrushCpp/x64
# Resharper settings. These are named after the sln, which is named
# after the root directory, so it's not useful to submit them.
# Instead, we put shared settings into Support/
/*.sln.DotSettings
# Regardless of the above, user settings never get submitted
/*.sln.DotSettings.user
# I think this file is for per-user test runner GUI settings
/Assets/UnityTestTools/Common/Settings/UnitTestsRunnerSettings.asset*
# JetBrains Rider
/.idea/
/Assets/Plugins/Editor.meta
/Assets/Plugins/Editor/JetBrains*
# For background builds
/Builds/
/BuildCopy/
# Keystores should not be committed
/Support/Keystores
# This seems to be generated by SteamVR, and it contains absolute paths to things
# eg, "action_manifest_path": "C:\\src\\tbq2\\actions.json",
/unityProject.vrmanifest
# This seems to contain user-specific configuration data like:
# androidSDKPath: C:\Users\pld\AppData\Local\Android\Sdk
# and doesn't contain any general configuration data, so I think it doesn't go in the repo
/Assets/Resources/OVRBuildConfig.asset*
# m_DebugWebRequest creates this
/Requests
# TextMesh Pro from Unity
/Assets/TextMesh\ Pro
/Assets/TextMesh\ Pro.meta
# Google process
.gitbugtraq
# Do not commit API secrets
/Assets/Secrets.asset*