enhancement/build-scripts: Improve build scripts and update gitignore#2712
Merged
simonredfern merged 2 commits intoOpenBankProject:developfrom Feb 26, 2026
Merged
enhancement/build-scripts: Improve build scripts and update gitignore#2712simonredfern merged 2 commits intoOpenBankProject:developfrom
simonredfern merged 2 commits intoOpenBankProject:developfrom
Conversation
Remove outdated documentation files that have been superseded by comprehensive spec documentation in .kiro/specs/: - A.md - Temporary analysis file - FINAL_TEST_REPORT.md - Superseded by spec test reports - HTTP4S_MIGRATION_COMPLETE.md - Consolidated into lift-to-http4s-migration spec - SECURITY_FIXES_SUMMARY.md - Consolidated into pom-security-updates spec - SECURITY_FIX_HARDCODED_IP.md - Consolidated into security specs - TEST_VALIDATION_COMPLETE.md - Superseded by test-results/VALIDATION_SUMMARY_2026-02-26.md All relevant information has been preserved in the structured spec documentation under .kiro/specs/ for better organization and maintainability.
- Update .gitignore to exclude dependency-reduced-pom.xml globally - Enhance flushall_build_and_run.sh with better documentation and options - Optimize flushall_fast_build_and_run.sh with performance improvements - Remove obsolete flushall_http4s_build_and_run.sh script
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Improve build scripts and update gitignore configuration
Changes