https://github.com/Netflix/atlas
Raw File
Tip revision: a777dfcaba427fb95cce773719ff010d3f9ab758 authored by brharrington on 01 September 2022, 00:16:08 UTC
1.6: add action workflows (#1457)
Tip revision: a777dfc
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

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

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

# Intellij
*.iml
*.ipr
*.iws

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