Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .docs-source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"docsPath": "docs"
}
43 changes: 43 additions & 0 deletions .docsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Documentation Analysis Ignore File
# Files and directories listed here will be excluded from:
# - Similarity search results
# - Affected documentation lists
# - Documentation update PRs
# - PR comment mentions

# Ignore README files at any level
README.md
*/README.md
**/README.md

# Ignore specific directories
.github/
.github/**
node_modules/
node_modules/**
dist/
dist/**
build/
build/**

# Ignore specific file patterns
*.log
*.tmp
*.backup

# Ignore changelog and release notes (usually maintained separately)
CHANGELOG.md
CHANGES.md
RELEASES.md
HISTORY.md

# Ignore license files
LICENSE
LICENSE.md
LICENSE.txt

# Ignore editor and IDE files
.vscode/
.idea/
*.swp
*.swo