https://github.com/Netflix/atlas
Raw File
Tip revision: 39561db03f62b255efe9bc2feee8d5a204f654e0 authored by brharrington on 09 May 2023, 21:34:08 UTC
1.7: update to jackson 2.15 (#1552)
Tip revision: 39561db
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.bsp
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top