Successor to s8n/auth-limbo following 2026-05-07 void-death incident. Production-grade auth/login gatekeeper aspiring to 2b2t queue robustness while explicitly avoiding pay-to-play / opaque-tier drama. AGPL-3.0. Java 21. Paper 1.21.x. Status: 0.1.0-SNAPSHOT, design phase. Architecture + roadmap docs land from parallel research agents in subsequent commits.
50 lines
492 B
Text
50 lines
492 B
Text
# Maven build output
|
|
target/
|
|
*.jar
|
|
*.war
|
|
*.class
|
|
dependency-reduced-pom.xml
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
out/
|
|
|
|
# Eclipse / VS Code
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.factorypath
|
|
.vscode/
|
|
bin/
|
|
|
|
# NetBeans
|
|
nbproject/private/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs / runtime
|
|
*.log
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|
|
|
|
# Local test server (don't commit a Paper jar or world)
|
|
test-server/
|
|
run/
|
|
*.lck
|
|
|
|
# Editor backups
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.\#*
|
|
\#*\#
|