OBP-API/.gitignore
hongwei 31e39e3773 refactor(build): optimize JVM memory allocation and enable parallel test execution
- Increase JVM heap memory from 512m to 2-4G for faster test execution
- Add G1GC garbage collector and tiered compilation for improved performance
- Enable parallel test execution with threadCount=4 to avoid shared state issues
- Add incremental recompilation mode and Zinc server for faster builds
- Increase Scala compiler JVM memory from 64m/1024m to 512m/2G
- Add language feature flags to suppress compiler warnings
- Add test-results directory to .gitignore for cleaner repository
- Apply optimizations consistently across obp-api, obp-commons, and root pom.xml
- These changes reduce build and test execution time while maintaining stability
2026-01-09 02:51:18 +01:00

47 lines
866 B
Plaintext

.github/*
*.class
*.db
.DS_Store
*.scala.orig
*.log
.gitignore
.idea
.settings
.metals
.vscode
*.code-workspace
.zed
.cursor
.trae
.classpath
.project
.cache
target
obp-api/src/main/resources/*
!obp-api/src/main/resources/docs/
obp-api/src/test/resources/**
!obp-api/src/test/resources/frozen_type_meta_data
!obp-api/src/test/resources/logback-test.xml
*.iml
obp-api/src/main/resources/log4j.properties
obp-api/src/main/scripts/kafka/kafka_*
obp-api/src/main/scripts/kafka/logs/
obp-api/src/main/scripts/kafka/tmp/
obp-api/src/main/scala/code/api/v3_0_0/custom/
/obp-commons/src/main/resources/git.properties
/obp-api2/
/.java-version
.scannerwork
# Marketing diagram generation outputs
marketing_diagram_generation/outputs/*
.bloop
!.bloop/*.json
.bsp
.specstory
project/project
coursier
metals.sbt
obp-http4s-runner/src/main/resources/git.properties
test-results