From 75c93bf406824b027ec4d91c93ce675d8fd3d300 Mon Sep 17 00:00:00 2001 From: CallowBlack Date: Thu, 26 May 2022 16:29:36 +0300 Subject: [PATCH] update `.gitignore` for `debugger.cpp` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ef9cb1..acf81a8 100644 --- a/.gitignore +++ b/.gitignore @@ -362,4 +362,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -enc_temp_folder/ \ No newline at end of file +enc_temp_folder/ +cheat-library/src/user/cheat/debugger.cpp \ No newline at end of file