Skip to content

Commit 73c55eb

Browse files
chore(fossa): exclude example app from fossa scan
1 parent 5f88d00 commit 73c55eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.fossa.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 3
2+
project:
3+
name: splunk-otel-react-native
4+
5+
# Exclude the example test application; the production agent code (packages/core)
6+
# that we release remains in scope for FOSSA scanning.
7+
paths:
8+
exclude:
9+
- example

0 commit comments

Comments
 (0)