https://github.com/Netflix/atlas
Raw File
Tip revision: 52a93374b34470918884bc26f3956a32037cc0ba authored by brharrington on 28 August 2024, 15:50:51 UTC
eval: add rewrite settings to reference.conf (#1691)
Tip revision: 52a9337
.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