forked from PlayHyperia/hyperforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typedocignore
More file actions
64 lines (53 loc) · 832 Bytes
/
Copy path.typedocignore
File metadata and controls
64 lines (53 loc) · 832 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
52
53
54
55
56
57
58
59
60
61
62
63
# TypeDoc Ignore Patterns
# Files and directories to exclude from API documentation
# Node modules
**/node_modules/**
# Build outputs
**/dist/**
**/build/**
**/.next/**
# Tests
**/*.test.ts
**/*.spec.ts
**/*.test.tsx
**/*.spec.tsx
**/test-*.ts
**/test-*.mjs
**/__tests__/**
**/cypress/**
**/test-results/**
# Scripts and tools
**/scripts/**
**/tools/**
# Configuration files
**/*.config.ts
**/*.config.js
**/vite.config.*
**/vitest.config.*
**/playwright.config.*
**/tailwind.config.*
**/postcss.config.*
# Development files
**/*.md
**/.cursor/**
**/.git/**
**/.github/**
# Temp and logs
**/temp/**
**/tmp/**
**/*.log
**/logs/**
# Asset files
**/assets/**
**/public/**
**/static/**
# Mock files
**/*.mock.ts
**/*.mock.tsx
**/mock-*.ts
**/mocks/**
# Internal development
**/dev-*.ts
**/dev-*.mjs
**/check-*.ts
**/fix-*.ts