diff --git a/.gitignore b/.gitignore index 1ee5385..e5d0f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -360,3 +360,28 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +# 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 diff --git a/FemboyBanking/Thumbs.db b/FemboyBanking/Thumbs.db deleted file mode 100644 index ebd011b..0000000 Binary files a/FemboyBanking/Thumbs.db and /dev/null differ