eclipse server select publish
There is an additional .gitignore in the project directory WEB-INF/ of tomcat's webapps. Where is this content configured?
I don’t want this .gitgnore to be created when I click publish. Does anyone know how to do this?
世界只因有你2017-05-02 09:47:59
Isn’t this a file in the Git version control system? The .gitignore configuration file is used to configure files that do not need to be added to version management. It is usually created before push.
某草草2017-05-02 09:47:59
I don’t want this .gitgnore to be created when I click publish. Does anyone know how to do this?