Rename Java packages from net.siegeln.cameleer3 to net.siegeln.cameleer, update all references in workflows, Docker configs, docs, and bootstrap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
347 B
Plaintext
34 lines
347 B
Plaintext
# Maven
|
|
target/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
*.env.local
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Claude
|
|
.claude/
|
|
.superpowers/
|
|
.playwright-mcp/
|
|
.gitnexus
|
|
|
|
# Generated by postinstall from @cameleer/design-system
|
|
ui/public/favicon.svg
|
|
docker/runtime-base/agent.jar
|