eclipse server选择publish
在tomcat的 webapps的项目目录WEB-INF/下多了一个.gitignore 这个内容在哪里配置?
我现在不希望在点击publish的时候创建这个.gitgnore,谁知道怎么弄这个?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
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?
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?