Check manual-full UI text in smoke test
This commit is contained in:
27
.understand-anything/.understandignore
Normal file
27
.understand-anything/.understandignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# .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.
|
||||
#
|
||||
.understand-anything/
|
||||
|
||||
# --- From .gitignore (uncomment to exclude) ---
|
||||
|
||||
# .DS_Store
|
||||
# *.tmp
|
||||
# .build/
|
||||
# app/.build/
|
||||
|
||||
# --- Detected directories (uncomment to exclude) ---
|
||||
|
||||
# tests/
|
||||
# docs/
|
||||
|
||||
# --- Test file patterns (uncomment to exclude) ---
|
||||
|
||||
# *.test.*
|
||||
# *.spec.*
|
||||
# *.snap
|
||||
Reference in New Issue
Block a user