-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
118 lines (117 loc) · 5.74 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.vs/STRIPS/v15/Server/sqlite3/db.lock
.vs/STRIPS/v15/Server/sqlite3/storage.ide
.vs/STRIPS/v15/Server/sqlite3/storage.ide-shm
.vs/STRIPS/v15/Server/sqlite3/storage.ide-wal
STRIPS/obj/*
STRIPS/bin/*
.vs/STRIPS/v15/.suo
TensorBox/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
TensorBox/TensorBox.csproj
TensorBox/Properties/AssemblyInfo.cs
TensorBox/Program.cs
TensorBox/packages.config
TensorBox/obj/Debug/TensorBox.csprojAssemblyReference.cache
TensorBox/obj/Debug/TensorBox.csproj.CoreCompileInputs.cache
TensorBox/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
TensorBox/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
TensorBox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TensorBox/obj/Debug/build.force
TensorBox/App.config
packages/TensorFlowSharp.1.12.0/TensorFlowSharp.1.12.0.nupkg
packages/TensorFlowSharp.1.12.0/runtimes/win7-x64/native/libtensorflow.dll
packages/TensorFlowSharp.1.12.0/runtimes/osx/native/libtensorflow_framework.dylib
packages/TensorFlowSharp.1.12.0/runtimes/osx/native/libtensorflow.dylib
packages/TensorFlowSharp.1.12.0/runtimes/linux/native/libtensorflow_framework.so
packages/TensorFlowSharp.1.12.0/runtimes/linux/native/libtensorflow.so
packages/TensorFlowSharp.1.12.0/lib/netstandard2.0/TensorFlowSharp.xml
packages/TensorFlowSharp.1.12.0/lib/netstandard2.0/TensorFlowSharp.dll
packages/TensorFlowSharp.1.12.0/lib/net471/TensorFlowSharp.xml
packages/TensorFlowSharp.1.12.0/lib/net471/TensorFlowSharp.dll
packages/TensorFlowSharp.1.12.0/build/net45/TensorFlowSharp.targets
packages/TensorFlowSharp.1.12.0/.signature.p7s
packages/System.ValueTuple.4.5.0/version.txt
packages/System.ValueTuple.4.5.0/useSharedDesignerContext.txt
packages/System.ValueTuple.4.5.0/THIRD-PARTY-NOTICES.TXT
packages/System.ValueTuple.4.5.0/System.ValueTuple.4.5.0.nupkg
packages/System.ValueTuple.4.5.0/ref/xamarinwatchos10/_._
packages/System.ValueTuple.4.5.0/ref/xamarintvos10/_._
packages/System.ValueTuple.4.5.0/ref/xamarinmac20/_._
packages/System.ValueTuple.4.5.0/ref/xamarinios10/_._
packages/System.ValueTuple.4.5.0/ref/uap10.0.16299/_._
packages/System.ValueTuple.4.5.0/ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/ref/netstandard2.0/_._
packages/System.ValueTuple.4.5.0/ref/netcoreapp2.0/_._
packages/System.ValueTuple.4.5.0/ref/net47/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/ref/net461/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/ref/MonoTouch10/_._
packages/System.ValueTuple.4.5.0/ref/MonoAndroid10/_._
packages/System.ValueTuple.4.5.0/LICENSE.TXT
packages/System.ValueTuple.4.5.0/lib/xamarinwatchos10/_._
packages/System.ValueTuple.4.5.0/lib/xamarintvos10/_._
packages/System.ValueTuple.4.5.0/lib/xamarinmac20/_._
packages/System.ValueTuple.4.5.0/lib/xamarinios10/_._
packages/System.ValueTuple.4.5.0/lib/uap10.0.16299/_._
packages/System.ValueTuple.4.5.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml
packages/System.ValueTuple.4.5.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/lib/netstandard2.0/_._
packages/System.ValueTuple.4.5.0/lib/netstandard1.0/System.ValueTuple.xml
packages/System.ValueTuple.4.5.0/lib/netstandard1.0/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/lib/netcoreapp2.0/_._
packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.xml
packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/lib/net461/System.ValueTuple.xml
packages/System.ValueTuple.4.5.0/lib/net461/System.ValueTuple.dll
packages/System.ValueTuple.4.5.0/lib/MonoTouch10/_._
packages/System.ValueTuple.4.5.0/lib/MonoAndroid10/_._
packages/System.ValueTuple.4.5.0/.signature.p7s
GraphPlan/obj/Debug/GraphPlan.pdb
GraphPlan/obj/Debug/GraphPlan.exe
GraphPlan/obj/Debug/GraphPlan.csprojAssemblyReference.cache
GraphPlan/obj/Debug/GraphPlan.csproj.FileListAbsolute.txt
GraphPlan/obj/Debug/GraphPlan.csproj.CoreCompileInputs.cache
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferences.cache
GraphPlan/bin/Debug/GraphPlan.pdb
GraphPlan/bin/Debug/GraphPlan.exe
GraphPlan/bin/Debug/Data/TicTacStart.txt
GraphPlan/bin/Debug/Data/TicTacEnd.txt
GraphPlan/bin/Debug/Data/TicTacActions.txt
GraphPlan/bin/Debug/Data/obj2.txt
GraphPlan/bin/Debug/Data/obj1.txt
GraphPlan/bin/Debug/Data/notes.txt
GraphPlan/bin/Debug/Data/actions.txt
GraphPlan/bin/Debug/Data/act1.txt
.vs/STRIPS/DesignTimeBuild/.dtbcache
.vs/STRIPS/DesignTimeBuild/.dtbcache
GraphPlan/bin/Debug/Data/act1.txt
GraphPlan/bin/Debug/Data/actions.txt
GraphPlan/bin/Debug/Data/notes.txt
GraphPlan/bin/Debug/Data/obj1.txt
GraphPlan/bin/Debug/GraphPlan.exe
GraphPlan/bin/Debug/GraphPlan.pdb
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferences.cache
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
GraphPlan/obj/Debug/GraphPlan.csproj.CoreCompileInputs.cache
GraphPlan/obj/Debug/GraphPlan.csproj.FileListAbsolute.txt
GraphPlan/obj/Debug/GraphPlan.exe
GraphPlan/obj/Debug/GraphPlan.pdb
.vs/STRIPS/DesignTimeBuild/.dtbcache
GraphPlan/bin/Debug/Data/act1.txt
GraphPlan/bin/Debug/Data/actions.txt
GraphPlan/bin/Debug/Data/notes.txt
GraphPlan/bin/Debug/Data/actions.txt
.vs/STRIPS/DesignTimeBuild/.dtbcache
GraphPlan/bin/Debug/Data/act1.txt
GraphPlan/bin/Debug/Data/actions.txt
GraphPlan/bin/Debug/Data/notes.txt
GraphPlan/bin/Debug/Data/obj1.txt
GraphPlan/bin/Debug/GraphPlan.exe
GraphPlan/bin/Debug/GraphPlan.pdb
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferences.cache
GraphPlan/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
GraphPlan/obj/Debug/GraphPlan.csproj.CoreCompileInputs.cache
GraphPlan/obj/Debug/GraphPlan.csproj.FileListAbsolute.txt
GraphPlan/obj/Debug/GraphPlan.exe
GraphPlan/obj/Debug/GraphPlan.pdb
/.vs/STRIPS/v16
/GPSimple/obj/Debug