From 0135cef28c936a8d188d8875c1ec017453e06015 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:31:17 +0200 Subject: [PATCH] update .gitignore to ignore the entire build/ folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b742e9d..2a4d5d56 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ net.pb.* *steam_api* release/* -/build*/ +/build/ *.obj /dll/net.pb.cc /dll/net.pb.h