diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78c0ee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +**/bin +**/obj +**/.vs \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 411ce63..b72ea63 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/Executable/obj/Debug/net6.0/Executable.csproj.AssemblyReference.cache b/Executable/obj/Debug/net6.0/Executable.csproj.AssemblyReference.cache index 04784ed..ab3f010 100644 Binary files a/Executable/obj/Debug/net6.0/Executable.csproj.AssemblyReference.cache and b/Executable/obj/Debug/net6.0/Executable.csproj.AssemblyReference.cache differ diff --git a/astar/.vs/astar/v17/.suo b/astar/.vs/astar/v17/.suo index 72b07bd..fad5067 100644 Binary files a/astar/.vs/astar/v17/.suo and b/astar/.vs/astar/v17/.suo differ diff --git a/astar/obj/Debug/net6.0/astar.csproj.AssemblyReference.cache b/astar/obj/Debug/net6.0/astar.csproj.AssemblyReference.cache index 9322b70..69305e7 100644 Binary files a/astar/obj/Debug/net6.0/astar.csproj.AssemblyReference.cache and b/astar/obj/Debug/net6.0/astar.csproj.AssemblyReference.cache differ