The XDG Base Directory Specification defines base directories in which specified files should live. Of these, I think XDG_DATA_HOME (or ~/.local/share) makes the most sense for Copybara. My main motivation for this is to avoid the top-level copybara directory in my $HOME.
The XDG Base Directory Specification defines base directories in which specified files should live. Of these, I think
XDG_DATA_HOME(or~/.local/share) makes the most sense for Copybara. My main motivation for this is to avoid the top-levelcopybaradirectory in my$HOME.