81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
.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*
|
|
|
|
# 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
|
|
|
|
# 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/
|