Should 'build/libs/intellij_project-1.0.jar' be added to the Git repo?
Answered
There is a file in my project called 'my_IntelliJ_IDEA_project/build/libs/intellij_project-1.0.jar'. Should I include this in the Git repo? I'm not sure what or when it was generated.
Please sign in to leave a comment.
Normally jar files produced during the build should not be included into the Git repository. It was probably created by Gradle or Maven.