From 5f5d783b9475a0b2570d953b0f89ec967cbf0a08 Mon Sep 17 00:00:00 2001 From: Maingron Date: Sun, 3 Aug 2025 17:53:44 +0200 Subject: [PATCH] Add .gitignore and ignore OS generated files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a84c3d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db