Skip to content

Commit a523758

Browse files
committed
Exclude .serena directory from export and license checks
Added .serena/ to .gitattributes for export-ignore and updated .licenserc.yaml to exclude .serena/** from license header checks.
1 parent 19fc6d9 commit a523758

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ apache-release.sh export-ignore
1010
# ignored directory
1111
.github/ export-ignore
1212
hugegraph-dist/scripts/ export-ignore
13+
.serena/ export-ignore
1314
# only exclude the root
1415
/assembly/ export-ignore

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@
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>

0 commit comments

Comments
 (0)