-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
63 lines (40 loc) · 1.43 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
.DS_Store
/walkthrough/Temp/*
/walkthrough/Library/*
*.csproj
Assembly-CSharp.csproj
Assembly-CSharp.pidb
Assembly-CSharp-Editor.csproj
Assembly-CSharp-Editor.pidb
Assembly-CSharp-Editor-vs.csproj
Assembly-CSharp-firstpass.csproj
Assembly-CSharp-firstpass.pidb
Assembly-CSharp-firstpass-vs.csproj
Assembly-CSharp-vs.csproj
Assembly-UnityScript-firstpass.pidb
Assembly-UnityScript-firstpass.unityproj
Assembly-UnityScript-firstpass-vs.unityproj
Project.suo
walkthrough/Assembly-CSharp.pidb
walkthrough/Assembly-CSharp.csproj
walkthrough/Assembly-CSharp-vs.csproj
walkthrough/Library/InspectorExpandedItems.asset
walkthrough/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll
walkthrough/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb
walkthrough/Library/ScriptAssemblies/Assembly-CSharp.dll
walkthrough/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
walkthrough/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll
walkthrough/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb
walkthrough/Library/assetDatabase3
walkthrough/Library/cache/9a/9a6b978be4fd64ea584630a6fb0bd802
walkthrough/Library/expandedItems
walkthrough/Library/guidmapper
walkthrough/Temp/__EditModeScene
*.sln
walkthrough/walkthrough-csharp.sln
walkthrough/walkthrough.sln
walkthrough/Library/previews/ae/ae72da0580e8d40eb9b23d9eeaea448e
walkthrough/Library/metadata/ae/ae72da0580e8d40eb9b23d9eeaea448e
*.blend1
*.blend2
>>>>>>> flo