-
Notifications
You must be signed in to change notification settings - Fork 51
/
.knip.json
42 lines (34 loc) · 1.08 KB
/
.knip.json
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
{
"entry": ["eternum-docs/**/*.mdx", "eternum-docs/**/*.tsx"],
"ignore": [
"eliza/**",
".trunk/**",
"**/*.js",
"bot/**",
"**/vitest**",
"eternum-docs/vocs.config.ts",
"sdk/packages/eternum/global.d.ts",
"config/bank/index.ts",
"config/speed.ts",
"**/**__test__**/**",
"**/**__tests__**/**",
"season_resources/scripts/deployment/config/index.ts",
"season_resources/scripts/deployment/config/provider/index.ts",
"client/src/three/components/FogManager.ts",
"client/src/hooks/useUISound.tsx",
"balancing/**",
"landing/**",
"client/pwa-assets.config.ts",
"docs/components/**",
"docs/utils/**",
"vocs.config.ts",
"client/src/ui/modules/chat/types.tsx",
"client/src/ui/modules/chat/constants.tsx",
"client/src/ui/modules/chat/ChatTab.tsx",
"client/src/hooks/helpers/useGetAllPlayers.tsx",
"client/src/ui/modules/chat/InputField.tsx",
"client/src/ui/modules/chat/Chat.tsx",
"sdk/packages/eternum/src/scripts/extract.ts",
"sdk/packages/eternum/src/scripts/extractBuildings.ts"
]
}