Skip to content

Commit 261b392

Browse files
committed
Clean up .fernignore
1 parent a38cd76 commit 261b392

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.fernignore

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

9+
# References doc (we have additional use cases)
10+
reference.md
11+
612
# Custom Pipedream client files
7-
src/main/java/com/pipedream/api/AsyncBaseClient.java
8-
src/main/java/com/pipedream/api/AsyncBaseClientBuilder.java
9-
src/main/java/com/pipedream/api/BaseClient.java
10-
src/main/java/com/pipedream/api/BaseClientBuilder.java
1113
src/main/java/com/pipedream/api/PipedreamClient.java
1214
src/main/java/com/pipedream/api/PipedreamClientBuilder.java
1315
src/main/java/com/pipedream/api/AsyncPipedreamClient.java

0 commit comments

Comments
 (0)