The dist folder appears to contain built/compiled files that shouldn't be tracked in version control. This folder should be:
- Added to
.gitignore
- Removed from the repository
- Built during the deployment process instead
This change would:
- Reduce repository size
- Avoid conflicts in built files between different contributors
I'd be happy to create a PR to address this.
The
distfolder appears to contain built/compiled files that shouldn't be tracked in version control. This folder should be:.gitignoreThis change would:
I'd be happy to create a PR to address this.