Files
emulatorstation/.gitignore
Sven Carstensen 4fc5b04a68 Add SIM card management and emulator container service
- Add SimCardAssignmentService for managing SIM card assignments
- Add SimCardConfigurationView for UI-based SIM card configuration
- Add EmulatorContainerService for container lifecycle management
- Add NiederlassungResolver for branch/location resolution
- Add new POJOs: CourierInfo and SimCardInfo
- Refactor security: introduce SsoConfiguration and LoginSessionService
- Remove deprecated AdminView and VaadinAccessHandler
- Add unit tests for core services
2026-03-31 11:07:39 +02:00

17 lines
237 B
Plaintext

/target/
.idea/
.vscode/
.settings
.project
.classpath
application-secrets.properties
.env
*.iml
.DS_Store
# The following files are generated/updated by vaadin-maven-plugin
node_modules/
src/main/frontend/generated/
vite.generated.ts