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 <owlsy@outlook.com.au>
This commit is contained in:
Joshua Criss
2026-04-02 14:51:05 +11:00
committed by Paul Donald
parent 00c1a0a921
commit c39d69cd08

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@ modules/luci-compat/src/plural_formula.h
docs/**/*.*
**eslint.config**
!eslint.config.mjs
.DS_Store