Skip to content

Commit 1b59388

Browse files
Add '.jj' to ignore patterns in config.lua (#285)
Ignore `.jj` directories for anyone using jujutsu for version control
1 parent 05747a2 commit 1b59388

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/opencode/config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ M.defaults = {
156156
'^%.git/',
157157
'^%.svn/',
158158
'^%.hg/',
159+
'^%.jj/',
159160
'node_modules/',
160161
'%.pyc$',
161162
'%.o$',

0 commit comments

Comments
 (0)