Files
Portfolio-2026/.understand-anything/.understandignore
T
2026-05-03 17:43:04 -05:00

33 lines
791 B
Plaintext

# .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