From ae1a7f2c7765253bc559cbbfa05449c6a1fc0841 Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Wed, 8 Oct 2025 16:17:43 -0500 Subject: [PATCH] Added .gitignore --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..eca01da --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# ---> 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 + +# Let's not share the working database creds +creds.php + +# Maybe we don't upload all the test images either +uploads/*