mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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>
22 lines
428 B
Plaintext
22 lines
428 B
Plaintext
dist/
|
|
node_modules/
|
|
/host
|
|
*.o
|
|
*.so
|
|
*.swp
|
|
*.po~
|
|
*.mo
|
|
package-lock.json
|
|
modules/luci-base/src/po2lmo
|
|
modules/luci-base/src/jsmin
|
|
modules/luci-base/src/contrib/lemon
|
|
modules/luci-base/src/lib/plural_formula.c
|
|
modules/luci-base/src/lib/plural_formula.h
|
|
modules/luci-compat/src/contrib/lemon
|
|
modules/luci-compat/src/plural_formula.c
|
|
modules/luci-compat/src/plural_formula.h
|
|
docs/**/*.*
|
|
**eslint.config**
|
|
!eslint.config.mjs
|
|
.DS_Store
|