Skip to content

Commit 1565982

Browse files
committed
Exclude reference.md from Fern
1 parent e9b6e54 commit 1565982

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.fernignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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
8+
9+
# Our own license
510
LICENSE
611

12+
# References doc (we have additional use cases)
13+
reference.md
14+
15+
# Custom Pipedream client files
716
src/pipedream/__init__.py
817
src/pipedream/pipedream.py
18+
19+
# Custom Proxy files
920
src/pipedream/proxy/client.py
21+
22+
# Custom Workflow files
1023
src/pipedream/workflows/**/*

0 commit comments

Comments
 (0)