Skip to content

Conversation

sachin-panayil
Copy link
Collaborator

Removes node_modules/ and dist/ from version control as they are automatically regenerated during the Docker build process.

Changes

  • Added node_modules/ and dist/ to .gitignore
  • Removed both directories from Git tracking

Impact

  • Cleaner repository (only source code tracked)
  • Smaller repo size

Continuity

No breaking changes. The Dockerfile already runs npm ci and npm run bundle to generate these files fresh on every build so no need for these files to begin with. Just clogs everything up when someone uses the action

@sachin-panayil sachin-panayil self-assigned this Oct 2, 2025
@sachin-panayil sachin-panayil merged commit 0945982 into v1.2.0 Oct 2, 2025
@sachin-panayil sachin-panayil deleted the sachin/repoCleanup branch October 2, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant