mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02:00
Add missing comma
This commit is contained in:
parent
eb6fa55ec3
commit
dc74e17cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ package ui
|
|||
func ignorePatterns(m model) []string {
|
||||
return []string{
|
||||
m.cfg.Gopath,
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
".*",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue