Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/mvnw text eol=lf
*.cmd text eol=crlf
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
1 change: 1 addition & 0 deletions .graphify/.building
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2026-07-29T12:01:37.288Z
60 changes: 60 additions & 0 deletions .graphifyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# axet-graphify-managed v3
# Semantic files excluded — graphify runs in code-only AST mode
# Text documents (classified as semantic by graphify)
*.md
*.mdx
*.qmd
*.txt
*.rst
*.adoc
*.html
*.htm
*.yaml
*.yml
# Office / PDF / Google Workspace documents
*.pdf
*.docx
*.doc
*.pptx
*.ppt
*.xlsx
*.xls
*.odt
*.odp
*.ods
*.rtf
*.gdoc
*.gsheet
*.gslides
# Images
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.webp
*.ico
*.bmp
*.tiff
# Audio / Video
*.mp4
*.mp3
*.wav
*.avi
*.mov
*.mkv
*.webm
*.m4a
*.m4v
*.ogg
# Common non-code dirs
node_modules/
.git/
dist/
out/
build/
coverage/
# Machine-generated source (huge files, noise in the graph, heavy to parse)
generated/
__generated__/
.graphify/
3 changes: 3 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
Loading