git ignore文件

git ignore文件

# Eclipse
.metadata/
.settings/
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.project
.classpath
.loadpath

## External tool builders
.externalToolBuilders/

## Locally stored "Eclipse launch configurations"
*.launch

## Java annotation processor (APT)
.factorypath

## STS (Spring Tool Suite)
.springBeans

# IntelliJ
.idea/
*.iml

# Java
## Compiled class file
*.class

## Log file
*.log
*.log.*

# Maven
target/
log/

/*.iml

 

posted @ 2018-11-09 17:02  liuxm-刘小明  阅读(143)  评论(0编辑  收藏  举报