Should 'build/libs/intellij_project-1.0.jar' be added to the Git repo?
已回答
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.
请先登录再写评论。
Normally jar files produced during the build should not be included into the Git repository. It was probably created by Gradle or Maven.