project-portal-for-innersource
project-portal-for-innersource copied to clipboard
Remove tracked dependencies
Dependencies were being tracked despite the .gitignore and the postinstall script.
With this PR, the tracked dependencies are removed.
The .gitignore rules were updated to ignore everything in the lib folder except for the README.md file.
Great find!
Do you have any suspicions why the .gitignore file didn't work as expected? Just curious.
Hi @spier, I suspect that the .gitignore rule was added after the files were already tracked (that could be verified on the history, but I did not went that far).
Hi @dellagustin, these files are checked in intentionally as we do not have a build step for gh_pages currently. While they are not needed for a local setup (postinstall step is taking care of it) this would break the online demo. It could be achieved by setting up a travis job however.