https://github.com/Netflix/atlas
Raw File
Tip revision: 3144d87fcd09dbcfa7618bc36abf1e081d7470f2 authored by brharrington on 10 January 2024, 22:32:52 UTC
1.7.x: add default values for interpreter execute (#1598)
Tip revision: 3144d87
.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