Skip to content

Commit a5513e1

Browse files
committed
Revert "Temporarily make custom files updateable"
This reverts commit 9102f38.
1 parent 41f0169 commit a5513e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.fernignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,21 @@ reference.md
1818
MIGRATE.md
1919

2020
# Custom Pipedream client files
21+
src/api/resources/index.ts
22+
src/api/types/index.ts
23+
src/browser/index.ts
24+
src/index.ts
25+
src/wrapper
2126

2227
# Ideally, we shouldn't. But until Fern supports the changes that we've made we
2328
# have to override some parts.
29+
src/Client.ts
2430

2531
# Custom auth files
32+
src/core/auth/index.ts
33+
src/core/auth/ConnectTokenProvider.ts
34+
src/core/auth/StaticTokenProvider.ts
35+
src/core/auth/TokenProvider.ts
2636

2737
# Custom configuration props files
2838
src/api/types/ConfiguredProps.ts
@@ -45,3 +55,4 @@ src/api/resources/workflows/client/requests/InvokeWorkflowOpts.ts
4555
src/api/resources/workflows/client/Client.ts
4656
src/api/resources/workflows/client/index.ts
4757
src/api/resources/workflows/index.ts
58+
src/api/types/HTTPAuthType.ts

0 commit comments

Comments
 (0)