What files in a Maven project should be committed to git? – Apache
I want to know what files in a Maven project should be committed to git. Am I suppose to perform a mvn clean before committing, or do I add certain files to the .gitignore file?
I want to know what files in a Maven project should be committed to git. Am I suppose to perform a mvn clean before committing, or do I add certain files to the .gitignore file?