luci: add macOS filename to .gitignore
authorJoshua Criss <redacted>
Thu, 2 Apr 2026 03:51:05 +0000 (14:51 +1100)
committerPaul Donald <redacted>
Thu, 2 Apr 2026 14:01:31 +0000 (16:01 +0200)
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 <redacted>
.gitignore

index 2f3d27c419953b54343937a141944889ab0aeb38..a06e80a728cbfc920ce0c43efbd0ccf6fce81e9d 100644 (file)
@@ -18,3 +18,4 @@ modules/luci-compat/src/plural_formula.h
 docs/**/*.*
 **eslint.config**
 !eslint.config.mjs
+.DS_Store
git clone https://git.99rst.org/PROJECT