# HG changeset patch # User Dennis Concepción Martín # Date 1627771485 -3600 # Node ID 7bea61efd0b99c44b91996db6040ea5390fbcb3f # Parent 96af586597e899a532aab3e882d4e88a8aeccb2f Updated .gitignore diff -r 96af586597e8 -r 7bea61efd0b9 .gitignore --- a/.gitignore Sat Jul 31 22:49:27 2021 +0100 +++ b/.gitignore Sat Jul 31 23:44:45 2021 +0100 @@ -1,1 +1,33 @@ +# Created by https://www.toptal.com/developers/gitignore/api/macos +# Edit at https://www.toptal.com/developers/gitignore?templates=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 + +# End of https://www.toptal.com/developers/gitignore/api/macos