-
Notifications
You must be signed in to change notification settings - Fork 315
Expand file tree
/
Copy path.fernignore
More file actions
51 lines (41 loc) · 810 Bytes
/
.fernignore
File metadata and controls
51 lines (41 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Specify files that shouldn't be modified by Fern
legacy/
src/management/index.ts
src/management/wrapper
src/auth
src/lib
src/userinfo
src/.eslintrc.cjs
src/index.ts
src/utils.ts
src/version.ts
jest.config.mjs
src/management/tests/unit/client-headers/telemetry.test.ts
README.md
src/management/request-options.ts
src/management/tests/unit/custom-domain-whitelist.test.ts
src/management/tests/unit/management-client-custom-domain.test.ts
src/management/tests/unit/request-options.test.ts
tests/
v5_MIGRATION_GUIDE.md
CHANGELOG.md
AGENTS.md
.version
docs/
# @todo auto-delete .mock folder
.mock
tsconfig.base.json
tsconfig.cjs.json
tsconfig.esm.json
typedoc.json
jest.config.mjs
.github/
.gitignore
# Coverage files
codecov.yml
# eslint
eslint.config.mjs
.husky/
.prettierignore
CONTRIBUTING.md
.fern/