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?
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.
I don’t want this .gitgnore to be created when I click publish. Does anyone know how to do this?