Skip to content

Commit 4bbfbf8

Browse files
committed
Add .understand-anything analysis artifacts
Add generated analysis artifacts from the Understand-Anything tool: .understand-ignore patterns (.understandignore), a large fingerprints.json with file/function/class metadata, intermediate scan results, a knowledge-graph.json, and meta.json. These files are output from an automated code scan to provide structural metadata and should be treated as generated analysis data.
1 parent 6301668 commit 4bbfbf8

5 files changed

Lines changed: 192287 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# .understandignore — patterns for files/dirs to exclude from analysis
2+
# Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
3+
# Lines below are suggestions — uncomment to activate.
4+
# Use ! prefix to force-include something excluded by defaults.
5+
#
6+
# Built-in defaults (always excluded unless negated):
7+
# node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
8+
#
9+
# --- From .gitignore (uncomment to exclude) ---
10+
11+
# *.class
12+
# *.ctxt
13+
# .mtj.tmp/
14+
# *.jar
15+
# *.war
16+
# *.nar
17+
# *.ear
18+
# *.tar.gz
19+
# *.rar
20+
# hs_err_pid*
21+
# !.mvn/wrapper/*
22+
# dependency-reduced-pom.xml
23+
# .settings/
24+
# .project
25+
# .classpath
26+
# *.ipr
27+
# *.iml
28+
# *.iws
29+
# *.cache
30+
# *.diff
31+
# *.patch
32+
# *.tmp
33+
# .DS_Store
34+
# Thumbs.db
35+
# *.orig
36+
# .flattened-pom.xml
37+
# license-list
38+
# compiler/gradle.properties
39+
# compiler/build/*
40+
# compiler/.gradle/*
41+
# .extract
42+
# .java-version
43+
# build.txt
44+
# wiki/
45+
# wiki-output/
46+
47+
# --- Test file patterns (uncomment to exclude) ---
48+
49+
# *.test.*
50+
# *.spec.*
51+
# *.snap

0 commit comments

Comments
 (0)