From 79d9c569d38a970e69733635c33a570945d8ed0d Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 29 Nov 2021 15:01:52 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 730f505..5c35a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ - -# Created by https://www.toptal.com/developers/gitignore/api/rust,jetbrains+all -# Edit at https://www.toptal.com/developers/gitignore?templates=rust,jetbrains+all +# Created by https://www.toptal.com/developers/gitignore/api/rust,macos,jetbrains+all +# Edit at https://www.toptal.com/developers/gitignore?templates=rust,macos,jetbrains+all ### JetBrains+all ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider @@ -94,6 +93,35 @@ modules.xml # Sonarlint plugin .idea/sonarlint +### 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 + ### Rust ### # Generated by Cargo # will have compiled files and executables @@ -110,7 +138,7 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -# End of https://www.toptal.com/developers/gitignore/api/rust,jetbrains+all +# End of https://www.toptal.com/developers/gitignore/api/rust,macos,jetbrains+all # Ignore save game file savegame.json