###################################################################### # Build Tools .gradle /build/ !gradle/wrapper/gradle-wrapper.jar target/ !.mvn/wrapper/maven-wrapper.jar settings.local.json .flattened-pom.xml ###################################################################### # IDE ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans ### IntelliJ IDEA ### .idea *.iws *.iml *.ipr ### NetBeans ### nbproject/private/ build/* nbbuild/ dist nbdist/ .nb-gradle/ ###################################################################### # Others *.log *.xml.versionsBackup *.swp !*/build/*.java !*/build/*.html !*/build/*.xml ### JRebel ### rebel.xml application-my.yaml /yudao-ui-app/unpackage/ **/.DS_Store node_modules .vscode-test/ *.vsix .idea pnpm-lock.yaml .clineignore # Ignore coverage directories and files coverage coverage-unit .nyc_output # But don't ignore the coverage scripts in .github/scripts/ !.github/scripts/coverage/ *evals.env # E2E Tests test-results ## CLI pre-release ## /cli .vite