标签:module idea spring mvn ted rap name get int
1、git bash 新建 .gitignore文件
touch .gitignore
2、修改.gitignore文件,如下
target/ !.mvn/wrapper/maven-wrapper.jar *.pid *.log ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### IntelliJ IDEA ### .idea *.iws *.iml *.ipr ### webpack ### node_modules/ appName/src/test/*
最后一行是新增加的,这样就忽略掉了appName项目下的test文件夹下的所有文件
标签:module idea spring mvn ted rap name get int
原文地址:https://www.cnblogs.com/BonnieWss/p/11541748.html