From 052a82d76f092a00bacd60ae6a82545d0f614412 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 22 Feb 2021 12:10:29 +0300 Subject: Gitignore generated windows/ mac files --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b6e4761..5b9ff95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,55 @@ +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# 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 + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- cgit v1.2.3