I'm part of a time working with a remote repo. I recently installed a great Webpack plugin that plays a sound when Webpack finishes building the project. I love it but my team lead does not want it becoming part of the repo.
The problem is that every time I change branches, I have to reinstall the plugin and add it back to the webpack config. Sometimes, Git lets me get away with leaving it but sometimes it doesn't and tells me to commit or stash before proceeding with an action. I've done stashing but it becomes a pain because I need to constantly stash/un-stash and often rerun install
/add
and restart Webpack.
Is there any way I can make this part of Webpack and the project on my machine only in a way that is seamless and simple and doesn't affect anyone else?