From: Joshua Criss Date: Thu, 2 Apr 2026 03:51:05 +0000 (+1100) Subject: luci: add macOS filename to .gitignore X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c39d69cd087fe3ba319716b188820b93cdc9a210;p=openwrt-luci.git 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 --- 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