docs: language graph

This commit is contained in:
Keith Solomon
2026-05-03 17:43:04 -05:00
parent b3cc21a860
commit 61307fc970
5 changed files with 4728 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# .understandignore — patterns for files/dirs to exclude from analysis
# Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
# Lines below are suggestions — uncomment to activate.
# Use ! prefix to force-include something excluded by defaults.
#
# Built-in defaults (always excluded unless negated):
# node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
#
# --- From .gitignore (uncomment to exclude) ---
# *~
# .DS_Store
# static/dist/
# .env
# bak/
# testimonials.class.php
# resource-filter/
# phpcs-results.txt
# /test-results/
# /playwright-report/
# /blob-report/
# /playwright/.cache/
# --- Detected directories (uncomment to exclude) ---
# tests/
# --- Test file patterns (uncomment to exclude) ---
# *.test.*
# *.spec.*
# *.snap