/target/ /src/main/web/node_modules/ /src/main/web/node/ /.idea/ /.DS_Store # Maven / Java build output target/ # Frontend (src/main/web) temporary and build artifacts src/main/web/node_modules/ src/main/web/dist/ src/main/web/.vite/ src/main/web/.cache/ src/main/web/.eslintcache src/main/web/coverage/ src/main/web/npm-debug.log* src/main/web/yarn-debug.log* src/main/web/yarn-error.log* src/main/web/pnpm-debug.log* # IntelliJ IDEA .idea/ *.iml out/ # Other common IDE/editor files .vscode/ *.swp *.swo # Generated API client (regenerated by mvn generate-sources) src/main/web/src/api/generated/ # Vite build output (built into Quarkus static resources) src/main/resources/META-INF/resources/ # OS files .DS_Store