From 43c047baf29ea5d73f22a33a69042d0eea18bce3 Mon Sep 17 00:00:00 2001 From: BEAUVAIS ANTOINE <antoine.beauvais@etu.unistra.fr> Date: Mon, 20 Sep 2021 22:38:27 +0200 Subject: [PATCH] Added macOS stuff in .gitignore. --- .gitignore | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dd36c8..6ff2c46 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,31 @@ out/ .vscode/ ### SQLite ### -dev.db \ No newline at end of file +dev.db + +# 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 -- GitLab