From 76f2c6f5e0459d7734a8aa8d7d796facee402bd5 Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Fri, 29 Apr 2022 06:58:13 -0500 Subject: [PATCH] Added gitignore. --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db72927 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> macOS +.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 + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk