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>
pull/8517/head
Joshua Criss 2026-04-02 14:51:05 +11:00 committed by Paul Donald
parent 00c1a0a921
commit c39d69cd08
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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