From f514d1faa4b32580708917ae72cefaecc0901999 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Wed, 24 Apr 2024 16:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B6=20Update=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add /obj and /bin --- .gitignore | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32d2869..0a2ca3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,48 @@ -.DS_Store -Thumbs.db +# Development .pdb -.vs/ \ No newline at end of file +.vs/ +obj/ +bin/ + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# macOS +*/.DS_Store +.DS_Store +.LSOverride +.AppleDouble + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk