git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
00c1a0a
)
luci: add macOS filename to .gitignore
author
Joshua Criss
<redacted>
Thu, 2 Apr 2026 03:51:05 +0000
(14:51 +1100)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 2f3d27c419953b54343937a141944889ab0aeb38..a06e80a728cbfc920ce0c43efbd0ccf6fce81e9d 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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