-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
During the build process, schema-*.json files are currently being generated and written to disk. Since these schemas are no longer required to be published directly, these generated files are being left in the repository working directory.
Impact
- Generated schema files are cluttering git repositories
- These build artifacts may accidentally be committed to version control
- Unnecessary files are persisting after the build process completes
Proposed Solution
Consider one of the following approaches:
- Skip disk output: Modify the build process to avoid writing schema files to disk if they're not needed for the build
- Post-build cleanup: Add a cleanup step to automatically remove generated schema files after the build completes
- Ignore patterns: If the files must be generated, ensure they're properly added to
.gitignore
Metadata
Metadata
Assignees
Labels
No labels