managing-gdlignore
Use when excluding files or directories from GDL scanning — generated code, node_modules, UI component libraries, or test fixtures that pollute code maps. Triggers on: 'ignore this directory', 'exclude from scanning', 'too much noise in GDL', '.gdlignore'. NOT for .gitignore management or general file filtering.
When the user asks to exclude files/directories from GDL scanning, or mentions .gdlignore:
- Read the current
.gdlignoreif it exists - Determine what they want to exclude
- Use the Edit or Write tool to update
.gdlignore - Run
bash "${CLAUDE_PLUGIN_ROOT}/scripts/gdl-lint.sh" .gdlignoreto validate - Confirm the change to the user