Skip to main content

One post tagged with "gitignore"

View All Tags

· One min read
zhangyong
### Builder
target/
build/
out/
gen/
.gradle/
local.properties

### IntelliJ
.idea/
*.iml
*.ipr
*.iws

### Eclipse
.settings/
.project
.classpath
.mymetadata

### Package Files
*.jar
*.war
*.ear

### Other
.DS_Store
*.log
*.bak