Skip to content

Commit 02af037

Browse files
committed
feat(refactor): introduce new refactored architecture and environment setup
- Added new refactored scripts and modules for improved CI/CD processes. - Introduced environment configuration files and example scripts for local testing. - Created documentation for the refactored architecture and usage of cursor rules. - Updated .gitignore to include new environment override files. - Added various Kubernetes resource configurations for deployment and service accounts. This refactor enhances maintainability and simplifies the deployment process.
1 parent 343eff3 commit 02af037

File tree

96 files changed

+20251
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+20251
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ dynamic-plugins-root/*
7272
.ibm/pipelines/shared_dir/*
7373
.ibm/pipelines/artifact_dir/*
7474
.ibm/pipelines/env_override.local.sh
75+
.ibm/refactored/env_override.local.sh

.ibm/refactored/.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Local environment overrides (contains secrets)
2+
env_override.local.sh
3+
4+
# Artifact directories
5+
artifact_dir/
6+
shared_dir/
7+
8+
# Temporary files
9+
*.bak
10+
*.tmp
11+
*.log
12+
13+
# Build artifacts
14+
serverless-workflows/
15+
16+
# OS files
17+
.DS_Store
18+
Thumbs.db
19+
20+
# IDE
21+
.vscode/
22+
.idea/
23+
*.swp
24+
*.swo
25+
*~
26+
27+
# Backup files from sed
28+
*.yaml.bak
29+
*.sh.bak
30+
31+

0 commit comments

Comments
 (0)