From 01b251dda4ec4aaa1c808706aacfb691843eab8d Mon Sep 17 00:00:00 2001 From: Maxime Date: Sun, 6 Aug 2023 16:10:23 +0200 Subject: [PATCH] Add var.bat to gitingore --- Pawn_Unreal/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pawn_Unreal/.gitignore b/Pawn_Unreal/.gitignore index 31abecd..9e7c1a3 100644 --- a/Pawn_Unreal/.gitignore +++ b/Pawn_Unreal/.gitignore @@ -97,4 +97,5 @@ Build/Android/res/*/* Plugins/**/Binaries/* Plugins/**/Intermediate/* -# End of https://www.toptal.com/developers/gitignore/api/unrealengine \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/unrealengine +vars.bat \ No newline at end of file