From c39d69cd087fe3ba319716b188820b93cdc9a210 Mon Sep 17 00:00:00 2001 From: Joshua Criss Date: Thu, 2 Apr 2026 14:51:05 +1100 Subject: [PATCH] luci: add macOS filename to .gitignore Using GitHub Desktop on macOS. When viewing my cloned files in Finder, it creates a macOS file that GitHub wants to commit unless I add it to the .gitignore for the repository. Would be beneficial to have ready in file for future situations. Signed-off-by: Joshua Criss --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2f3d27c419..a06e80a728 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ modules/luci-compat/src/plural_formula.h docs/**/*.* **eslint.config** !eslint.config.mjs +.DS_Store