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
原文地址:https://www.cnblogs.com/liuxm2017/p/9936063.html