美文网首页
Git在eclipse中的使用

Git在eclipse中的使用

作者: 刘小刀tina | 来源:发表于2020-08-24 16:34 被阅读0次

忽略eclipse中的特定文件

第一步 :在.gitconfig 相同的目录下,另创建一个新的文件Java.gitignore
vim Java.gitignore


# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.classpath
.project
.settings
target

第二步: 去eclipse中查看配置

相关文章

网友评论

      本文标题:Git在eclipse中的使用

      本文链接:https://www.haomeiwen.com/subject/othlzctx.html