From 6e113e7545a658316bd5a43c8b788eba1135d623 Mon Sep 17 00:00:00 2001 From: Alzy Date: Sat, 25 Jan 2025 13:26:40 -0800 Subject: [PATCH] updated gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59645f0..dc5bf7f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,8 @@ Testing cmake-build-debug cmake-build-release cmake-build-relwithdebinfo -packaging/Output/* \ No newline at end of file +packaging/Output/* + +# includes and lib files +include/bungee/* +lib/bungee/Windows/Release/* \ No newline at end of file