File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ apache-release.sh export-ignore
1010# ignored directory
1111.github / export-ignore
1212hugegraph-dist /scripts / export-ignore
13+ .serena / export-ignore
1314# only exclude the root
1415/assembly / export-ignore
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ header: # `header` section is configurations for source codes license header.
5656 - ' LICENSE'
5757 - ' NOTICE'
5858 - ' DISCLAIMER'
59+ - ' .serena/**'
5960 - ' **/*.md'
6061 - ' **/*.versionsBackup'
6162 - ' **/*.log'
Original file line number Diff line number Diff line change 493493 <exclude >**/*.svg</exclude >
494494 <!-- GitHub -->
495495 <exclude >.github/**/*</exclude >
496+ <!-- Serena AI assistant -->
497+ <exclude >.serena/**/*</exclude >
496498 <!-- Intellij -->
497499 <exclude >**/*.iml</exclude >
498500 <exclude >**/*.iws</exclude >
You can’t perform that action at this time.
0 commit comments