Codebase list jackson-jr / 675c656f-05f6-4df2-a01d-be3b7dab0e17/main .gitignore
675c656f-05f6-4df2-a01d-be3b7dab0e17/main

Tree @675c656f-05f6-4df2-a01d-be3b7dab0e17/main (Download .tar.gz)

.gitignore @675c656f-05f6-4df2-a01d-be3b7dab0e17/mainraw · history · blame

# use glob syntax.
syntax: glob
*.class
*~
*.bak
*.off
*.old
.DS_Store

# building
target

# Eclipse
.classpath
.project
.settings

# IDEA
*.iml
*.ipr
*.iws
/target