Sensible Daten (MongoDB URI, LM Studio URL, HTACCESS-Credentials) werden jetzt aus Environment-Variablen gelesen. Spring-dotenv Dependency hinzugefügt für automatisches Laden der .env-Datei. HTACCESS Basic Auth Support für LM Studio integriert. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
256 B
Plaintext
22 lines
256 B
Plaintext
/target/
|
|
.idea/
|
|
.vscode/
|
|
.settings
|
|
.project
|
|
.classpath
|
|
|
|
*.iml
|
|
.DS_Store
|
|
|
|
# The following files are generated/updated by vaadin-maven-plugin
|
|
node_modules/
|
|
src/main/frontend/generated/
|
|
vite.generated.ts
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|