https://github.com/Netflix/atlas
Raw File
Tip revision: 3ecef1ca6290da00b6f6f6dd3a86a1377694cbd6 authored by brharrington on 15 October 2020, 16:23:56 UTC
quote special double values for all json formats (#1213)
Tip revision: 3ecef1c
.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