Remove static assets from version control
3rd party static assets should not be committed and tracked under Git. Developers should install the assets from a lockfile while CI will take care of bundling them in the Docker image.
3rd party static assets should not be committed and tracked under Git. Developers should install the assets from a lockfile while CI will take care of bundling them in the Docker image.