Skip to content

Commit ff33498

Browse files
chore: trim .gitignore — remove machine-specific and cross-repo entries
Per reviewer feedback (NicoleMGomes): - Remove .ucl-provision/ and src/sap_cloud_sdk/adms/ucl/ — UCL provisioning artefacts belong to a separate repo, not the SDK. - Remove scripts/adms_cli.py — local debug script that only exists on the author's machine; no scripts/ directory is tracked in this repo. Kept: - .DS_Store — standard macOS metadata guard - .env.adms — any contributor following the ADMS integration test setup creates this file locally; the entry prevents accidental commits of IAS credentials.
1 parent 5b55049 commit ff33498

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,5 @@ RELEASE.md
4343
# macOS metadata
4444
.DS_Store
4545

46-
# UCL provisioning artefacts (separate repo concern)
47-
.ucl-provision/
48-
src/sap_cloud_sdk/adms/ucl/
49-
50-
# ADMS local dev files (credentials + debug CLI — never commit)
46+
# ADMS credentials — anyone setting up ADMS integration tests creates this file locally
5147
.env.adms
52-
scripts/adms_cli.py

0 commit comments

Comments
 (0)