tilt-dev / tilt

Define your dev environment as code. For microservice apps on Kubernetes.
https://tilt.dev/
Apache License 2.0
7.56k stars 298 forks source link

Should tilt_config.json be a dot (hidden) file? #3411

Open jazzdan opened 4 years ago

jazzdan commented 4 years ago

It seems odd that Tilt's tilt_config.json configuration file is not a hidden file, especially since it's not meant to be edited by hand.

Should we switch it to be a hidden file (.tilt_config.json) to help clean up the root of folk's repositories?

hbowron commented 2 years ago

Would also be nice if tilt_config.yaml or something were also supported - JSON lack of support for comments is a pain at times.