From 7d1201a3323b24f4bfbcccd516c7c1c3a78628f3 Mon Sep 17 00:00:00 2001 From: thosoo Date: Fri, 17 Dec 2021 11:08:59 +0100 Subject: [PATCH] ignore installer files in gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index bc29e7f..d57928a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ Work # Ignore log pac_installer_log.ini + +# Ignore installer +VSCodiumPortable/Other/Source/PortableApps.comInstaller* +*.paf.exe \ No newline at end of file