-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (79 loc) · 1.59 KB
/
.gitignore
File metadata and controls
106 lines (79 loc) · 1.59 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# .gitignore for Mintlify Documentation Project
# Node dependencies
node_modules/
scripts/node_modules/
scripts/versioning/node_modules/
scripts/migration/node_modules/
# Mintlify CLI cache and build artifacts
.mint/
.cache/
.next/
# Generated documentation output (if any)
docs/.cache/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Environment files
.env*
# IDE / Editor files
.vscode/
.idea/
.cursorrules
.context/
context/
# Optional: lock files if using alternative package managers
package-lock.json
pnpm-lock.yaml
# Coverage
coverage/
# Python virtual environments and OpenAPI generation artifacts
openapi_venv/
jsonrpc_discovery_venv/
venv/
__pycache__/
*.pyc
*.pyo
# Mintlify files
.mintlify/
schema.json
# Misc
docs/logs/
logs/
dist/
build/
# --- allow SDK docs build/ dirs (override rule above) ---
!sdk/next/build/
!sdk/next/build/**
!sdk/v0.53/build/
!sdk/v0.53/build/**
!sdk/v0.50/build/
!sdk/v0.50/build/**
!sdk/v0.47/build/
!sdk/v0.47/build/**
# --------------------------------------------------------
.yarn/
# Keep most scripts ignored, but include versioning and migration tools
scripts/*
!scripts/versioning/
!scripts/versioning/**
!scripts/migration/
!scripts/migration/**
# Re-ignore node_modules after un-ignoring parent directories
scripts/versioning/node_modules/
scripts/migration/node_modules/
tests/*
.ingress/
CLAUDE.md
# Markdown lint cache
.md-cache
.claude/settings.local.json
# Google Sheets API credentials
**/service-account-key.json
# Projects directory
.projects/
# Temporary directory for link migration tracking
temporary/