Is it safe to remove build artifacts from git repo .
- 
 Hi Team, Back in Mangolassi after some long time  This time with a git query My project files (repository) is only 144.3 MB , but the build artifacts generated is in size of 27.1 GB . so the total Storage used is for a single project is 27.2 GB ! .  This is the same case for many other projects in git as well . so what if i removed the build artifacts , will it cause any issue to the running projects . 
- 
 @Ajin welcome back! 
- 
 @Ajin I never looked at this before. That is a huge difference. Google led me here: https://stackoverflow.com/questions/2116778/reduce-git-repository-size 
- 
 So you downloaded a git repo, then built the project, and are you running the compiled build from that location? 


