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