java git .gitignore常用规则

Posted spycode

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java git .gitignore常用规则相关的知识,希望对你有一定的参考价值。

# Created by .ignore support plugin (hsz.mobi)
.gitignore

# Operating System Files

*.DS_Store
Thumbs.db
*.sw?
.#*
*#
*~
*.sublime-*

# Build Artifacts

.gradle/
build/
target/
bin/
dependency-reduced-pom.xml

# Eclipse Project Files

.classpath
.project
.settings/

# IntelliJ IDEA Files

*.iml
*.ipr
*.iws
*.idea

以上是关于java git .gitignore常用规则的主要内容,如果未能解决你的问题,请参考以下文章

如何让git忽略指定的文件

Git忽略规则.gitignore梳理

【学了就忘】Git操作 — 55.忽略文件的三种方式

Git忽略规则.gitignore梳理

Git忽略规则.gitignore梳理

Git忽略规则.gitignore梳理