diff --git a/.gitignore b/.gitignore index 60fbadb..39f7c96 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ client/obj/* server/bin/* server/obj/* -SocketLib/obj/* -SocketLib/bin/* \ No newline at end of file +obj/* +bin/* \ No newline at end of file diff --git a/SocketLib/SocketLib.cs b/SocketLib.cs similarity index 100% rename from SocketLib/SocketLib.cs rename to SocketLib.cs diff --git a/SocketLib/SocketLib.csproj b/SocketLib.csproj similarity index 100% rename from SocketLib/SocketLib.csproj rename to SocketLib.csproj