赞
踩
若远程仓库已存在某个.ignore中标记的文件,则提交时 ,此文件仍会被提交;正确操作是先删除远程的错误文件,再执行提交
- HELP.md
- /target/
- !.mvn/wrapper/maven-wrapper.jar
-
- ### STS ###
- .apt_generated
- .classpath
- .factorypath
- .project
- .settings
- .springBeans
- .sts4-cache
-
- ### IntelliJ IDEA ###
- .idea
- .idea/workspace.xml
- *.iws
- *.iml
- *.ipr
- .txlcn
- ### NetBeans ###
- /nbproject/private/
- /nbbuild/
- /dist/
- /nbdist/
- /.nb-gradle/
- /build/
-
- ### VS Code ###
- .vscode/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。