Codebase list jackson-jr / upstream/2.12.1 .gitignore
upstream/2.12.1

Tree @upstream/2.12.1 (Download .tar.gz)

.gitignore @upstream/2.12.1raw · history · blame

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

# building
target

# Eclipse
.classpath
.project
.settings

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