From 2c942d18fd1f3be0713f04e70ab2315389549c3c Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:47:03 -0300 Subject: [PATCH] Update .gitignore Felt like it would be useful since both should be developed in ~the same environment --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aaa942a..a09c48a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,40 @@ -## Directories -._*/ \ No newline at end of file +======= +# 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 + +# other non-macos stuff +-icons/ +*.mp4 +*.raw +*.avif +*.pdn +*.xcf +*.psd +*.zip +.bbprojects/ +.bbmodels/ \ No newline at end of file