From b14fb2801c66074894f8f826f7a243689ef77537 Mon Sep 17 00:00:00 2001 From: jassembk Date: Thu, 25 Jun 2026 14:33:05 +0100 Subject: [PATCH] add a comment # simple comment --- .gitignore | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 58bcbf8..3bac55e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# my name is jsm im learning how to use github ty # Windows image file caches Thumbs.db ehthumbs.db @@ -21,23 +22,24 @@ $RECYCLE.BIN/ # OSX # ========================= -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk