Skip to content

Commit c15a1bc

Browse files
committed
git ignore pattern and exclusions
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent ecdd745 commit c15a1bc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Diff for: providers/flagd/src/main/proto/.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
evaluation.proto
2-
schema.proto
3-
sync.proto
4-
sync_service.proto
1+
*.proto

Diff for: spotbugs-exclusions.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<!-- Ignore generated dev.openfeature.flagd.grpc schemas -->
55
<Match>
6-
<Package name="~dev\.openfeature\.flagd\.grpc\.*" />
6+
<Package name="~dev.openfeature.flagd.grpc.*" />
77
</Match>
88

99
<!-- Ignore generated dev.openfeature.flagd.sync schemas -->
1010
<Match>
11-
<Package name="~dev\.openfeature\.flagd\.sync\.*" />
11+
<Package name="dev.openfeature.flagd.sync.*" />
1212
</Match>
1313

1414
<!-- All bugs in test classes, except for JUnit-specific bugs -->

0 commit comments

Comments
 (0)