diff --git a/.gitignore b/.gitignore index 4938d7e6c..13fc140ab 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,41 @@ compose-dev.yaml #### Below sections are auto-generated #### -# Created by https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,vim -# Edit at https://www.toptal.com/developers/gitignore?templates=rust,visualstudiocode,vim +# Created by https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,vim,macos +# Edit at https://www.toptal.com/developers/gitignore?templates=rust,visualstudiocode,vim,macos + +### macOS ### +# 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 + +### macOS Patch ### +# iCloud generated files +*.icloud ### Rust ### # Generated by Cargo @@ -67,4 +100,4 @@ tags .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,vim +# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,vim,macos