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
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ target/
build/
dist/

# Maven installation (use wrapper instead)
apache-maven-3.9.9/

# Compiled class file
*.class
*agent*
Expand Down Expand Up @@ -53,12 +56,23 @@ replay_pid*
# Maven
.m2/
maven-repo/
dependency-reduced-pom.xml

# Node (if used for frontend)
node_modules/
npm-debug.log
yarn-error.log

# Runtime data
data/
exports/
*.db
*.sqlite
*.csv

# Dev notes (AI agents, design docs, scratch)
.dev-notes/

# Misc
*.tmp
*.bak
Expand Down
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.9/apache-maven-3.9.9-bin.zip
226 changes: 0 additions & 226 deletions SETUP_SUMMARY.md

This file was deleted.

73 changes: 0 additions & 73 deletions abel.md

This file was deleted.

Loading
Loading