From e720101a280ca84e83594b0e5b7cbc00b2a600df Mon Sep 17 00:00:00 2001 From: LorenzoPaciotti Date: Wed, 23 Oct 2024 10:05:24 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index b3f7f10..d3ce65d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,27 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + desktop.ini \ No newline at end of file