Skip to content

Commit b50fec7

Browse files
committed
chore: simplify .fernignore
1 parent 7406b72 commit b50fec7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: .fernignore

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
# Specify files that shouldn't be modified by Fern
22

3+
# Ignore manually created SDK wrappers
34
src/elevenlabs/client.py
45
src/elevenlabs/conversational_ai/conversation.py
56
src/elevenlabs/conversational_ai/default_audio_interface.py
67
src/elevenlabs/play.py
78
src/elevenlabs/realtime_tts.py
89

9-
.github/workflows/ci.yml
10-
.github/workflows/tests.yml
10+
# Ignore CI files
11+
.github/
1112

1213
README.md
1314
assets/
1415

1516
# Ignore custom tests
1617
tests/
1718

18-
.github/ISSUE_TEMPLATE/
19-
.github/SECURITY.md
2019

21-
# Ignore manually created Conversational AI wrappers
22-
src/elevenlabs/conversational_ai/conversation.py
23-
src/elevenlabs/conversational_ai/default_audio_interface.py
20+
2421

2522

2623

0 commit comments

Comments
 (0)