Skip to content

Commit 198acfd

Browse files
committed
Exclude reference.md from Fern
1 parent 47becba commit 198acfd

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.fernignore

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# Specify files that shouldn't be modified by Fern
2+
3+
# Custom CI/CD
24
.github/workflows/auto-close-empty-prs.yml
35
.github/workflows/ci.yml
6+
47
.gitignore
58
.prettierrc.yml
9+
10+
# Our own license
611
LICENSE
712

13+
# References doc (we have additional use cases)
14+
reference.md
15+
16+
# Custom Pipedream client files
817
src/api/resources/index.ts
9-
src/api/resources/proxy/client/*
10-
src/api/resources/workflows/client/*
1118
src/api/types/index.ts
1219
src/index.ts
1320
src/wrapper
21+
22+
# Custom Proxy files
23+
src/api/resources/proxy/client/*
24+
25+
# Custom Workflow files
26+
src/api/resources/workflows/client/*

0 commit comments

Comments
 (0)