Repo hygiene: remove build artifacts, fix configs#118
Merged
Conversation
moved app analyzer
- Remove 57 generated files from git tracking: *-dbg.js, *.js.map, Component-preload.js files across all 3 apps. These are UI5 build outputs that should not be in source control. - Remove .DS_Store files (macOS artifacts) - Update .gitignore (root + all 3 apps) to exclude build artifacts - Fix shell-plugin ui5-deploy.yaml type: library -> application - Fix shell-plugin fioriSandboxConfig.json: nikeext -> flpext https://claude.ai/code/session_01XfU8n6zeF2XvL4mx9xBxfs
Resolve conflicts in .gitignore files, ui5-deploy.yaml, and fioriSandboxConfig.json keeping our repo hygiene fixes. https://claude.ai/code/session_01XfU8n6zeF2XvL4mx9xBxfs
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
*-dbg.js,*.js.map,Component-preload.js) across all 3 apps (fiori-analyzer, detail, shell-plugin). These are UI5 build outputs that should not be in source control..DS_Storefiles (macOS artifacts) from git.gitignore(root + all 3 apps) to exclude build artifacts going forwardui5-deploy.yaml: changedtype: librarytotype: application(was mismatched withui5.yaml)fioriSandboxConfig.json: renamed plugin ID from"nikeext"to"flpext"to match actual app IDTest plan
-dbg.js,.js.map, andComponent-preload.jsfiles)npm ci && npm run buildstill works infiori-app-analyzer/fiori-analyzer/type: application.gitignoreprevents build artifacts from being re-committedhttps://claude.ai/code/session_01XfU8n6zeF2XvL4mx9xBxfs