-
Notifications
You must be signed in to change notification settings - Fork 324
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (72 loc) · 1.76 KB
/
.gitignore
File metadata and controls
83 lines (72 loc) · 1.76 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
.DS_Store
*~
public
.*.swp
node_modules
package-lock.json
.config*
**/.env*
*.log
/resources
.hugo_build.lock
# Content generation
/content/influxdb*/**/api/**/*.html
/content/influxdb*/**/api/**/*.md
!api-docs/**/.config.yml
/api-docs/redoc-static.html*
# Intermediate specs written by post-process-specs (overlays + tag configs)
/api-docs/_build/
# API documentation generation (generated by api-docs/scripts/)
/content/influxdb/*/api/**
/content/influxdb3/*/api/**
/content/influxdb3/*/reference/api/**
/content/enterprise_influxdb/*/api/**
/static/openapi
/data/article_data
# Exception: hand-crafted API conceptual pages (not generated)
!/content/influxdb3/*/api/administration/
!/content/influxdb3/*/api/administration/_index.md
/helper-scripts/output/*
/telegraf-build
!telegraf-build/templates
!telegraf-build/scripts
!telegraf-build/README.md
# CI/CD tool files
/cypress/downloads/*
/cypress/screenshots/*
/cypress/videos/*
.lycheecache
test-results.xml
/influxdb3cli-build-scripts/content
tmp
.tmp
# IDE files
.vscode/*
!.vscode/launch.json
.idea
**/config.toml
# TypeScript build output
**/dist/
# Exception: include compiled API doc scripts for easier use
!api-docs/scripts/dist/
**/dist-lambda/
# User context files for AI assistant tools
.context/*
!.context/README.md
.task.md
.claude/scheduled_tasks.lock
# External repos
.ext/*
# Lambda deployment artifacts
deploy/llm-markdown/lambda-edge/markdown-generator/*.zip
deploy/llm-markdown/lambda-edge/markdown-generator/package-lock.json
deploy/llm-markdown/lambda-edge/markdown-generator/.package-tmp/
deploy/llm-markdown/lambda-edge/markdown-generator/yarn.lock
deploy/llm-markdown/lambda-edge/markdown-generator/config.json
# JavaScript/TypeScript build artifacts
*.tsbuildinfo
*.d.ts
*.d.ts.map
*.js.map
.eslintcache
.worktrees/