Skip to content

Commit 34aab96

Browse files
authored
fix: .fernignore directories instead of using globs (#31)
1 parent 13733a5 commit 34aab96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.fernignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Specify files that shouldn't be modified by Fern
22

3-
src/humanloop/eval_utils/*
3+
src/humanloop/eval_utils
44
src/humanloop/prompt_utils.py
55
src/humanloop/client.py
66
mypy.ini
77
README.md
88

99
# Directories used by SDK decorators
1010

11-
src/humanloop/decorators/*
12-
src/humanloop/otel/*
11+
src/humanloop/decorators
12+
src/humanloop/otel

0 commit comments

Comments
 (0)